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

In This Topic
    Delete(Int32,Int32) Method
    In This Topic
    Deletes a range of rows from an unbound grid.
    Syntax
    'Declaration
     
    Public Overloads Sub Delete( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public void Delete( 
       System.int index,
       System.int count
    )

    Parameters

    index
    The starting index of the row to remove.
    count
    The number of rows to remove.
    See Also