Index Property (IWorksheet)
Gets the index number of the worksheet within the collection of worksheets.
'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.