TdxSpreadSheetMergedCellList.First Property
In This Article
Returns the first merged cell object within the collection.
#Declaration
Delphi
property First: TdxSpreadSheetMergedCell read;
#Property Value
Type |
---|
Tdx |
#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