[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.SelectedRowCollection.Insert

Insert Method

Insert(int, int)

Inserts a row at the specified index.

Declaration
public void Insert(int index, int row)
Parameters
Type Name Description
int index

The zero-based index at which row should be inserted.

int row

The row to insert.