True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / Delete Method / Delete(Int32) Method
The index of the row to remove.

In This Topic
    Delete(Int32) Method
    In This Topic
    Deletes the given row from an unbound grid.
    Syntax
    'Declaration
     
    Public Overloads Sub Delete( _
       ByVal index As System.Integer _
    ) 
    public void Delete( 
       System.int index
    )

    Parameters

    index
    The index of the row to remove.
    See Also