[]
Represents a calculation error.
public enum CalcError : byte
Public Enum CalcError As Byte
| Name | Description |
|---|---|
| Blocked | A Blocked error will show as #BLOCKED!. The error indicates that the connection to the service was blocked. |
| Busy | A Busy error will show as #BUSY!. The error indicates that we are waiting on data from the service. |
| Calc | A Calc error will show as #CALC!. The error indicates a scenario currently unsupported by the calculation engine. |
| Connect | A Connect error will show as #CONNECT!. The error indicates that an attempt to connect to the service has failed. |
| DivideByZero | #DIV/0! |
| External | #EXTERNAL! |
| Field | A Field error will show as #FIELD!. The error indicates that a rich value key was not found. |
| GettingData | #GETTING_DATA |
| Name | A Name error will show as #NAME?. The error indicates that a formula contained unrecognized text. |
| None | There is no error. This value is used internally and it is not supposed to be used directly in your code. |
| NotAvailable | #N/A |
| Null | #NULL! |
| Number | #NUM! |
| Reference | #REF! |
| Spill | A Spill error will show as #SPILL!. The error indicates that a formula result cannot be shown due to non-empty adjacent cells. |
| Unknown | An Unknown error will show as #UNKNOWN!. The error indicates a rich value with an unknown rich value type. |
| Value | #VALUE! |