ComponentOne True DBGrid for WinForms
Delete(Int32) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid.BaseGrid Namespace > Frame Class > Delete Method : Delete(Int32) Method
The index of the row to remove.
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

Reference

Frame Class
Frame Members
Overload List