TTMSFNCDataGridData.SwapRow Method
Exchanges the position of two rows.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure SwapRow(AFromRow, AToRow: Integer);
Parameters
| Name | Description |
|---|---|
AFromRow |
Zero-based row index used by the operation. |
AToRow |
Zero-based row index used by the operation. |