ComponentOne List for WinForms
C1.Win.C1List Namespace / SelectedRowCollection Class / IndexOf Method

In This Topic
    IndexOf Method (SelectedRowCollection)
    In This Topic
    Gets the index of the specified row.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal row As Integer _
    ) As Integer
    public int IndexOf( 
       int row
    )

    Parameters

    row

    Return Value

    The index of the row.
    See Also