Skip to main content

TdxSpreadSheetMergedCellList.First Property

Returns the first merged cell object within the collection.

Declaration

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