Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetMergedCell.Area Property

Returns the area occupied by the current merged cell object.

#Declaration

Delphi
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