The following tables list the members exposed by CalcError.
Name | Description | |
---|---|---|
DivideByZero | Occurs when a formula divides by zero. | |
Name | Occurs when an unrecognized name is encountered. | |
NotAvailable | Occurs when a value is not available. | |
Null | Occurs when you specify an intersection of two intersections that do not intersect. | |
Number | Occurs when a problem occurs with a number in a formula. | |
Reference | Occurs when a cell reference is invalid. | |
Value | Occurs when the wrong type of argument or operand is used. |
Name | Description | |
---|---|---|
Parse | Converts the string to an error. | |
ToString | Returns a string representation of the error. | |
TryParse | Converts a string to an error. |