TdxSpreadSheetMergedCell.Prev Property
Returns the previous item within the merged cell collection.
Declaration
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