[]
Gets the index of a sheet.
public int IndexOf(T item)
Public Function IndexOf(item As T) As Integer
The sheet to find the index for.
The index of the sheet. -1 means the sheet is not in the list.
-1