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( XLRow row ) |
Visual Basic |
---|
Public Function IndexOf ( _ row As XLRow _ ) As Integer |
Parameters
- row
- Type: C1.Silverlight.Excel..::..XLRow
Item to look for.