TTMSFNCDataGridData.MoveRow Method
Shifts a row to a new index, renumbering intervening rows.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure MoveRow(AFromRow, AToRow: Integer);
Parameters
| Name | Description |
|---|---|
AFromRow |
Zero-based row index used by the operation. |
AToRow |
Zero-based row index used by the operation. |