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 Members

In This Article
A cell created from several individual adjacent cells within a Table View worksheet.

#Properties

Name Description
ActiveCell Returns an individual cell object whose value is used as a value of the current merged cell object.
Area Returns the area occupied by the current merged cell object.
Next Returns the next item within the merged cell merged cell collection.
Owner Returns the merged cell collection to which the current merged cell object belongs.
Prev Returns the previous item within the merged cell collection.
View Returns the Table View worksheet to which the current merged cell object belongs.

#Methods
Show Inherited Hide Inherited

Name Description
Contains(Integer,Integer) Returns a value indicating whether the specified cell belongs to the current merged cell object.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
Intersects(TRect) Returns a value indicating whether the specified rectangular area intersects with the current merged cell object.
ToString Inherited from TObject.
See Also