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(
	XLColumn col
)
Visual Basic
Public Function IndexOf ( _
	col As XLColumn _
) As Integer

Parameters

col
Type: C1.Silverlight.Excel..::..XLColumn
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