[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.BaseGrid.Frame.Delete

Delete Method

Delete(int)

Deletes the given row from an unbound grid.

Declaration
public void Delete(int index)
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)
Parameters
Type Name Description
int index

The starting index of the row to remove.

int count

The number of rows to remove.