Provides methods and properties used to define and manage a calculation error value.

ExcelCalcErrorValue

new ExcelCalcErrorValue(code: ExcelCalcErrorCode): ExcelCalcErrorValue

Returns ExcelCalcErrorValue

$t: Type

Gets the error code for this class instance

get code(): ExcelCalcErrorCode

Returns ExcelCalcErrorCode

Gets the error object for this class instance

get errorValue(): any

Returns any

Gets error message for this class instance. Note that when setting this property the message is assumed to be localized.

get message(): string

Returns string

Return a string message that denotes reason for error

toString(): string

Returns string