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

TdxSpreadSheetCustomFormula.ErrorCode Property

Returns an error code indicating the parsed formula expression’s evaluation or calculation state.

#Declaration

Delphi
property ErrorCode: TdxSpreadSheetFormulaErrorCode read;

#Property Value

Type
TdxSpreadSheetFormulaErrorCode

#Remarks

Use this property to identify the formula expression’s current status. The Spreadsheet/Report Designer controls as well as DevExpress data export and conditional formatting engines use Microsoft Excel-like error codes. If an error occurs, the formula expression displays the corresponding message in the anchor cell. Refer to the TdxSpreadSheetFormulaErrorCode type description for detailed information on all the formula state codes.

See Also