Skip to main content

TdxSpreadSheetReferencePath.Next Property

Returns the next node in a circular reference path chain.

Declaration

property Next: TdxSpreadSheetReferencePath read;

Property Value

Type
TdxSpreadSheetReferencePath

Remarks

Use this property to access the next node in a circular reference path chain. If the current TdxSpreadSheetReferencePath object is the last node in a chain, the Next property returns nil.

Call the Add or Remove procedure to append a new node to the chain or remove the node that refers to a specific cell, respectively.

See Also