ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / ViewRowCollection Class / IndexOf(ViewRow) Method
The view row to locate in the collection.

In This Topic
    IndexOf(ViewRow) Method
    In This Topic
    Determines the ordinal position of a specific view row in the ViewRowCollection.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal row As ViewRow _
    ) As System.Integer
    public System.int IndexOf( 
       ViewRow row
    )

    Parameters

    row
    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.
    See Also