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

TdxSpreadSheetMergedCellList.First Property

Returns the first merged cell object within the collection.

#Declaration

Delphi
property First: TdxSpreadSheetMergedCell read;

#Property Value

Type
TdxSpreadSheetMergedCell

#Remarks

Use this property to access the first merged cell object in the collection as long as there is at least one element. Otherwise, the First property returns nil.

To track the total number of items within the merged cell collection, use the Count property.

See Also