TTMSFNCDataGrid.IsCellMerged Method
Returns True when the cell is part of a merged range (including the base cell).
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function IsCellMerged(ACell: TTMSFNCDataGridCellCoord): Boolean;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate to test. |
Returns
True if the cell participates in a merge.