VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / SpreadsheetDocumentEditor Class / GetCellStyleIndex Methods / GetCellStyleIndex(CellStyle) Method
Синтаксис Требования Смотрите также
В этом разделе
    GetCellStyleIndex(CellStyle) Метод (SpreadsheetDocumentEditor)
    В этом разделе
    Возвращает индекс стиля ячейки для указанного стиля ячейки.
    Синтаксис
    'Declaration
    
    Public Overloads Function GetCellStyleIndex( _
    ByVal 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
    Стиль.

    Return Value

    Индекс стиля ячейки.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также