Table of Contents

TTMSFNCCustomDataGrid.IsCellBase Method

Returns True when the cell is the top-left base cell of a merge group (or is not merged at all).

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function IsCellBase(ACell: TTMSFNCDataGridCellCoord): Boolean;

Parameters

Name Description
ACell Cell coordinate to test.

Returns

True if the cell is the base cell of a merged range.