Provides methods and properties used to define and manage a calculation error value.
Constructors
Section titled "Constructors"ExcelCalcErrorValue
new ExcelCalcErrorValue(code: ExcelCalcErrorCode): ExcelCalcErrorValue Returns ExcelCalcErrorValue
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"Gets the error code for this class instance
get code(): ExcelCalcErrorCode Returns ExcelCalcErrorCode
errorValue
Section titled "errorValue"Gets the error object for this class instance
get errorValue(): any Returns any
message
Section titled "message"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
Methods
Section titled "Methods"toString
Section titled "toString"Return a string message that denotes reason for error
toString(): string