Determines the ordinal position of a specific view row in the ViewRowCollection.
Namespace:
C1.LiveLinq.LiveViewsAssembly: 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.