Enumeration of error codes assigned to ExcelCalcErrorValue. Syntax Members Member Description Circularity Occurs when a circularity formula is used when circularities are not allowed. Div Occurs when a number is divided by zero (0) NA Occurs when @NA is entered into a formula Name Occurs when text in a formula is ...
Provides methods and properties used to define and manage a calculation error value. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Gets the error code for this class instance Syntax
Gets the error object for this class instance Syntax
Gets error message for this class instance. Note that when setting this property the message is assumed to be localized. Syntax
Return a string message that denotes reason for error Syntax Return Value String containing error message
Initializes a new ExcelCalcErrorValue with the specified error code. Syntax Parameters code ExcelCalcErrorCode value to assign this instance