TTMSFNCDataGridData.InsertRows Method
Inserts ACount empty rows before ARow, shifting existing rows down.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure InsertRows(ARow, ACount: Integer); virtual;
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based row index used by the operation. |
ACount |
Argument used by the operation. |