VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / SpreadsheetDocumentEditor Class / GetCellStyleIndex Methods / GetCellStyleIndex(CellStyle) Method
Syntax Requirements SeeAlso
In This Topic
    GetCellStyleIndex(CellStyle) Method (SpreadsheetDocumentEditor)
    In This Topic
    Returns the cell style index for specified cell style.
    Syntax
    'Declaration
    
    Public Overloads Function GetCellStyleIndex( _
    ByVal style
    The style.
    As Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle _
    ) As System.Int32
    public System.Int32 GetCellStyleIndex(
    Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle style
    )
    public: System.Int32 GetCellStyleIndex(
    Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle* style
    )
    public:
    System.Int32 GetCellStyleIndex(
    Vintasoft.Imaging.Office.Spreadsheet.Document.CellStyle^ style
    )

    Parameters

    style
    The style.

    Return Value

    The cell style index.
    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