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

TdxSpreadSheetFormulaEnumReferencesProc Type

The cell reference enumeration procedural type.

#Declaration

Delphi
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