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.Next Property

Returns the next item within the merged cell merged cell collection.

#Declaration

Delphi
property Next: TdxSpreadSheetMergedCell read; write;

#Property Value

Type
TdxSpreadSheetMergedCell

#Remarks

Use the Next property to access the next merged cell object within the merged cell collection as long as there is at least one merged cell object whose index is greater than the current index. To access the merged cell object preceding the current one, use the Prev property.

Note

If the current merged cell object is the last in the merged cell list collection, the Next property returns nil.

See Also