True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid 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 System.Integer _
    ) As System.Integer
    public System.int IndexOf( 
       System.int row
    )

    Parameters

    row

    Return Value

    The index of the row.
    See Also