TTMSFNCCustomDataGrid.DeleteRows Method
Removes ACount consecutive rows starting at ARow.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure DeleteRows(ARow, ACount: Integer);
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based index of the first row to delete. |
ACount |
Number of rows to delete. |