TTMSFNCDataGridCellCoord.IsEqualTo Method
Returns True when both
ColumnandRowmatch .
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.