VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentSheetRow Class / SetRowStyleIndex(Nullable<Int32>,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetRowStyleIndex(Nullable<Int32>,Boolean) Method (XlsxDocumentSheetRow)
    In This Topic
    Sets a style index of the row.
    Syntax
    'Declaration
    
    Public Sub SetRowStyleIndex( _
    ByVal styleIndex
    Style index.
    As System.Nullable(Of Integer), _
    ByVal updateCellsStyle
    A value indicating whether the style index of all row cells must be updated.
    As Boolean _
    )

    Parameters

    styleIndex
    Style index.
    updateCellsStyle
    A value indicating whether the style index of all row cells must be updated.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also