Table of Contents

TTMSFNCDataGrid.BaseCell Method

Returns the top-left anchor cell of a merged group; returns ACell itself when the cell is not part of a merge.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

function BaseCell(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridCellCoord;

Parameters

Name Description
ACell The cell coordinate to resolve.

Returns

The base (top-left) cell of the merge group, or ACell if not merged.