SpreadsheetCalculationError Enum
Spreadsheet calculation error type enumeration.
Fields
| Calc | Error on calculation or invalid parameter passed to function. |
| DivideByZero | Divide by zero error. |
| Name | Undefined function or identifier. |
| NotAvailable | Designated value is not available. |
| Null | Null value error. |
| Number | Value cannot be converted to number or number is out of defined range. |
| Reference | Cell reference evaluation error. |
| Spill | Spill range is not blank. |
| Value | Incompatible argument type error. |