Skip to main content

TdxSpreadSheetFormulaEnumReferencesProc Type

The cell reference enumeration procedural type.

Declaration

TdxSpreadSheetFormulaEnumReferencesProc = reference to procedure(const AArea: TRect; AView: TObject);

Parameters

Name Type
AArea TRect
AView TObject

Remarks

Use the AArea parameter to access the area occupied by a referenced cell or cell range. The AView parameter provides access to a worksheet or Grid View to which the referenced cell or cell range belongs. Refer to the How to Obtain the Area Information from Cell References section of the How to Work with Defined Names topic for detailed information on extracting cell ranges from references used in formula expressions and defined names.

The AProc parameter of the TdxSpreadSheetCoreFormula.EnumReferences and TdxSpreadSheetDefinedName.EnumReferences procedures references the TdxSpreadSheetFormulaEnumReferencesProc type.

See Also