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

Namespace:  C1.Silverlight.Excel
Assembly:  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.

Return Value

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

See Also