Gets the index of a given XLRow object in the collection.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public int IndexOf( XLColumn col ) |
Visual Basic |
---|
Public Function IndexOf ( _ col As XLColumn _ ) As Integer |
Parameters
- col
- Type: C1.Silverlight.Excel..::..XLColumn
Item to look for.