Skip to main content

TdxSpreadSheetCustomFormula.EnumReferences(TdxSpreadSheetFormulaEnumReferenceTokensProc,Boolean) Method

Enumerates references in the formula expression.

Declaration

procedure EnumReferences(AProc: TdxSpreadSheetFormulaEnumReferenceTokensProc; AProcessDefinedNames: Boolean = False); overload;

Parameters

Name Type
AProc TdxSpreadSheetFormulaEnumReferenceTokensProc
AProcessDefinedNames Boolean

Remarks

Call this procedure to obtain technical information from the references (including defined names) in the formula expression.

The AProc parameter specifies the TdxSpreadSheetFormulaEnumReferencesProc anonymous procedure whose AArea and AView parameters are used to address the referenced cell/cell range and the worksheet or Grid View in which it is located.

Refer to the How to Extract the Reference Area Information in Delphi or How to Extract the Reference Area Information in C++ Builder topics detailing information and code examples.

See Also