[]
        
(Showing Draft Content)

C1.Excel.XLColumnCollection.IndexOf

IndexOf Method

IndexOf(XLColumn)

Gets the index of a given XLRow object in the collection.

Declaration
public int IndexOf(XLColumn col)
Parameters
Type Name Description
XLColumn col

Item to look for.

Returns
Type Description
int

The position of the item in the collection, or -1 if the item is not a member of the collection.