|
NanoXLSX.Core 3.2.1
|
Static class that contains shared enums for error cases. More...
Public Types | |
| enum | FormulaError { NoError , UnknownError , Null , DivisionByZero , Value , Reference , Name , Number , NotAvailable , GettingData } |
| Errors that can occur in formulas / functions. More... | |
Errors that can occur in formulas / functions.
| Enumerator | |
|---|---|
| NoError | Default value if no error has occurred (not an actual error type). |
| UnknownError | Value if a not yet defined value has occurred (not an actual error type). |
| Null | Indicates that two areas are required to intersect, but do not. |
| DivisionByZero | Indicates that any number (including zero) or any error code is divided by zero. |
| Value | Indicates that an incompatible type argument is passed to a function, or an incompatible type operand is used with an operator. |
| Reference | Indicate that a cell reference cannot be evaluated. |
| Name | Indicates that what looks like a name is used, but no such name has been defined. |
| Number | Indicates that an argument to a function has a compatible type, but has a value that is outside the domain over which that function is defined.
|
| NotAvailable | Indicates that a designated value is not available.
|
| GettingData | Indicate that a cell reference cannot be evaluated because the value for the cell has not been retrieved or calculated.
|