Skip to main content

IdxSpreadSheetCellData.GetAsError Method

Returns the formula expression‘s error status.

Declaration

function GetAsError: TdxSpreadSheetFormulaErrorCode;

Returns

Type
TdxSpreadSheetFormulaErrorCode

Remarks

This property returns ecNone if the cell’s formula expression is parsed and calculated without errors or there is no formula within the cell. Otherwise, the GetAsError function returns a code from the error codes list. Refer to the TdxSpreadSheetFormulaErrorCode type description for detailed information on all error codes.

The GetAsError function is a getter of the AsError property.

See Also