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


In This Topic
SheetIndex Property (IExportExcelSheetInfo)
In This Topic
Gets the index of SheetView.
Syntax
'Declaration
 
ReadOnly Property SheetIndex As Integer
 
'Usage
 
Dim instance As IExportExcelSheetInfo
Dim value As Integer
 
value = instance.SheetIndex
See Also