Spread Windows Forms 12.0 Product Documentation
Index Property (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : Index Property
Gets the index number of the worksheet within the collection of worksheets.
Syntax
'Declaration
 
ReadOnly Property Index As Integer
'Usage
 
Dim instance As IWorksheet
Dim value As Integer
 
value = instance.Index
int Index {get;}

Property Value

The index number of the worksheet within the collection of worksheets.
See Also

Reference

IWorksheet Interface
IWorksheet Members