ComponentOne True DBGrid for WinForms
Delete(Int32,Int32) Method

C1.Win.C1TrueDBGrid.4 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.
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

Reference

Frame Class
Frame Members
Overload List