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: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+