IndexOf Method (XLColumnCollection)
Gets the index of a given
XLRow object in the collection.
'Declaration
Public Function IndexOf( _
ByVal As XLColumn _
) As System.Integer
public System.int IndexOf(
XLColumn
)
Parameters
- col
- Item to look for.
Return Value
The position of the item in the collection, or -1 if the item is not a member of the collection.