Gets the index of a given
XLSheet in the collection.
'Declaration
Public Overloads Function IndexOf( _
ByVal As XLSheet _
) As System.Integer
public System.int IndexOf(
XLSheet
)
Parameters
- sheet
- The object to look for.
Return Value
The index of the object in the collection, or -1 if the object is not a member of the collection.