Skip to main content

TdxSpreadSheetCustomFormulaController.CircularReferencePaths Property

Provides access to the circular reference paths stored by a spreadsheet control’s formula controller.

Declaration

property CircularReferencePaths: TcxObjectList read;

Property Value

Type
TcxObjectList

Remarks

The circular references are used in iterative calculations.

You can obtain the full list of circular reference paths as a text string by reading the CircularReferencePathsAsString property.

See Also