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

Returns the previous item within the merged cell collection.

#Declaration

Delphi
property Prev: TdxSpreadSheetMergedCell read; write;

#Property Value

Type
TdxSpreadSheetMergedCell

#Remarks

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

Note

If the current merged cell object is the first in the merged cell list collection, the Prev property returns nil.

See Also