TTMSFNCDataGrid.RemoveLayout Method
Removes the custom layout assigned to the specified cell coordinate.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Overloads
Overload 1
Removes the custom layout assigned to the specified cell coordinate.
procedure RemoveLayout(ACell: TTMSFNCDataGridCellCoord); overload;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate used by the operation. |
Overload 2
Removes the custom layout assigned to the specified cell.
procedure RemoveLayout(AColumn, ARow: Integer); overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index used by the operation. |
ARow |
Zero-based row index used by the operation. |