[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.AddRows

AddRows Method

AddRows(int)

Adds the number of given rows to an unbound grid.

Declaration
public override int AddRows(int count)
Parameters
Type Name Description
int count

The number of rows to add.

Returns
Type Description
int

The index of the first row that was added.

Overrides