Version

ExcelCalcErrorCode Enumeration

Enumeration of error codes assigned to ExcelCalcErrorValue.
Syntax
'Declaration
 
Public Enum ExcelCalcErrorCode 
   Inherits System.Enum
public enum ExcelCalcErrorCode : System.Enum 
Members
MemberDescription
CircularityOccurs when a circularity formula is used when circularities are not allowed.
DivOccurs when a number is divided by zero (0)
NAOccurs when @NA is entered into a formula
NameOccurs when text in a formula is not recognized.
NullOccurs when there is an intersection of two references that do not contain any common cells.
NumOccurs with invalid numeric values in a formula or function
ReferenceOccurs when an invalid or disconnected reference is encountered while evaluating a formula
ValueOccurs when the wrong type of argument or operand is used in a formula
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also