TTMSFNCDataGrid.InsertRows Method
Inserts ACount new empty rows before the specified row index.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
procedure InsertRows(ARow, ACount: Integer); virtual;
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based index at which the first new row is inserted. |
ACount |
Number of rows to insert. |