TTMSFNCDataGridData.SwapColumn Method
Exchanges the position of two columns.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure SwapColumn(AFromColumn, AToColumn: Integer);
Parameters
| Name | Description |
|---|---|
AFromColumn |
Zero-based column index used by the operation. |
AToColumn |
Zero-based column index used by the operation. |