Table of Contents

TTMSFNCDataGridCellCoord.IsEqualTo Method

Returns True when both Column and Row match .

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCellCoord

Syntax

function IsEqualTo(ACell: TTMSFNCDataGridCellCoord): Boolean;

Parameters

Name Description
ACell Cell coordinate to compare with this coordinate.

Returns

True when both coordinates have the same column and row.