TTMSFNCDataGrid.SwapCells Method
Exchanges the content of two cells.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
procedure SwapCells(AFromCell, AToCell: TTMSFNCDataGridCellCoord);
Parameters
| Name | Description |
|---|---|
AFromCell |
Coordinate of the first cell. |
AToCell |
Coordinate of the second cell. |