[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.BaseGrid.Frame.Delete

Delete Method

Delete(int)

Deletes the given row from an unbound grid.

Declaration
public void Delete(int index)
Public Sub Delete(index As Integer)
Parameters
Type Name Description
int index

The index of the row to remove.

Delete(int, int)

Deletes a range of rows from an unbound grid.

Declaration
public void Delete(int index, int count)
Public Sub Delete(index As Integer, count As Integer)
Parameters
Type Name Description
int index

The starting index of the row to remove.

int count

The number of rows to remove.