TTMSFNCDataGrid.GetCellSize Method
Returns the pixel size of the cell including any column/row span due to merging.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function GetCellSize(ACell: TTMSFNCDataGridCellCoord): TSizeF;
Parameters
| Name | Description |
|---|---|
ACell |
The cell coordinate to measure. |
Returns
A TSizeF representing the width and height of the (possibly merged) cell area.