IdxSpreadSheetCellData.AsError Property
In This Article
Returns a cell value calculation’s error status.
#Declaration
Delphi
property AsError: TdxSpreadSheetFormulaErrorCode read;
#Property Value
Type |
---|
Tdx |
#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