'Declaration Public Enum ExcelCalcErrorCode Inherits System.Enum
public enum ExcelCalcErrorCode : System.Enum
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 not recognized. |
Null | Occurs when there is an intersection of two references that do not contain any common cells. |
Num | Occurs with invalid numeric values in a formula or function |
Reference | Occurs when an invalid or disconnected reference is encountered while evaluating a formula |
Value | Occurs when the wrong type of argument or operand is used in a formula |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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