[]
Gets the index of a given XLRow object in the collection.
public int IndexOf(XLRow row)
Type | Name | Description |
---|---|---|
XLRow | row | Item to look for. |
Type | Description |
---|---|
int | The position of the item in the collection, or -1 if the item is not a member of the collection. |