'Usage Dim instance As SheetInfoCollection Dim item As SheetInfo Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- The sheet to find the index for.
Return Value
The index of the sheet.
-1
means the sheet is not in the list.