Skip to main content

TdxSpreadSheetMergedCell.Next Property

Returns the next item within the merged cell merged cell collection.

Declaration

property Next: TdxSpreadSheetMergedCell read; write;

Property Value

Type
TdxSpreadSheetMergedCell

Remarks

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

Note

If the current merged cell object is the last in the merged cell list collection, the Next property returns nil.

See Also