TdxSpreadSheetCustomFormula.ErrorCode Property
Returns an error code indicating the parsed formula expression’s evaluation or calculation state.
Declaration
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