Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelCellInfo Interface / StyleIndex Property


In This Topic
    StyleIndex Property (IExportExcelCellInfo)
    In This Topic
    Gets the index in exporting style list of cell's style.
    Syntax
    'Declaration
     
    
    ReadOnly Property StyleIndex As Integer
    'Usage
     
    
    Dim instance As IExportExcelCellInfo
    Dim value As Integer
     
    value = instance.StyleIndex
    int StyleIndex {get;}
    See Also