Index Property (Worksheet)
In This Topic
Gets the index number of the worksheet within the collection of worksheets.
Syntax
'Declaration
Public ReadOnly Property Index As Integer
'Usage
Dim instance As Worksheet
Dim value As Integer
value = instance.Index
Property Value
The index number of the worksheet within the collection of worksheets.
See Also