True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / SelectedRowCollection Class / RemoveAt(Int32) Method
The zero-based index of the row to remove.

In This Topic
    RemoveAt(Int32) Method
    In This Topic
    Removes the row at the specified index.
    Syntax
    'Declaration
     
    Public Shadows Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public new void RemoveAt( 
       System.int index
    )

    Parameters

    index
    The zero-based index of the row to remove.
    See Also