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