Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Index Property


In This Topic
Index Property (IWorksheet)
In This Topic
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

Property Value

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