Table of Contents

TTMSFNCCustomDataGrid.GetCellSize Method

Returns the pixel size of the cell including any column/row span due to merging.

API unit family: TMSFNCDataGrid Declaring type: 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.