Version

Search Results

ExcelCalcErrorCode Enumeration

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 ...

ExcelCalcErrorValue Class

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

ExcelCalcErrorValue Class Members

Public Constructors Public Properties Public Methods

Code Property

Gets the error code for this class instance Syntax

ErrorValue Property

Gets the error object for this class instance Syntax

Message Property (ExcelCalcErrorValue)

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

ToString Method (ExcelCalcErrorValue)

Return a string message that denotes reason for error Syntax Return Value String containing error message

ExcelCalcErrorValue Constructor(ExcelCalcErrorCode)

Initializes a new ExcelCalcErrorValue with the specified error code. Syntax Parameters code ExcelCalcErrorCode value to assign this instance