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


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