TdxSpreadSheetMergedCell.Area Property
Returns the area occupied by the current merged cell object.
Declaration
property Area: TRect read;
Property Value
Type |
---|
TRect |
Remarks
This property returns the TRect value whose Left and Top fields specify the column and row indexes of the top-left cell within the merged cell area, respectively. The Area value’s Right and Bottom fields specify the column and row indexes of the bottom-right cell, respectively:
See Also