Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelSheetInfo Interface / StyleIndex Property


In This Topic
StyleIndex Property (IExportExcelSheetInfo)
In This Topic
Gets the index in exporting style list of SheetView's style.
Syntax
'Declaration
 
ReadOnly Property StyleIndex As Integer
 
'Usage
 
Dim instance As IExportExcelSheetInfo
Dim value As Integer
 
value = instance.StyleIndex
See Also