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

IdxSpreadSheetCellData.AsError Property

Returns a cell value calculation’s error status.

#Declaration

Delphi
property AsError: TdxSpreadSheetFormulaErrorCode read;

#Property Value

Type
TdxSpreadSheetFormulaErrorCode

#Remarks

This property returns ecNone if one of the following conditions is met:

  • No formula expression is associated with a cell (that is, the AsFormula property returns nil);

  • The cell’s formula expression is parsed and calculated without errors.

The AsError property returns a code from the error codes list if an error occurs on parsing or evaluating a formula expression. The TdxSpreadSheetFormulaErrorCode type description lists detailed information on all error codes.

See Also