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


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