Determines the ordinal position of a specific view row in the ViewRowCollection.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public int IndexOf(
	ViewRow row
)
Visual Basic
Public Function IndexOf ( _
	row As ViewRow _
) As Integer

Parameters

row
Type: C1.LiveLinq.LiveViews..::..ViewRow
The view row to locate in the collection.

Return Value

The ordinal position of the view row in the collection if it is found; otherwise, -1.

Implements

IList<(Of <(<'T>)>)>..::..IndexOf(T)

See Also