TdxSpreadSheetCell.IsMerged Property
In This Article
Identifies if the cell object is a part of a merged cell.
#Declaration
Delphi
property IsMerged: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the cell object is within a merged cell range; otherwise – False.
See Also