Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetReferencePath.Next Property

Returns the next node in a circular reference path chain.

#Declaration

Delphi
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