Skip to main content

TdxSpreadSheetCustomFormulaController.CircularReferencePathsAsString Property

Returns the list of all circular reference paths in a spreadsheet.

Declaration

property CircularReferencePathsAsString: string read;

Property Value

Type
string

Remarks

Use this property to obtain the list of all circular references. Adjacent references within the string are separated by the carriage-return character, i.e., the CircularReferencePathsAsString returns every new circular reference path as a new string.

See Also