[]
Represents calculation errors.
[TypeConverter(typeof(CalcErrorConverter))]
public class CalcError
<TypeConverter(GetType(CalcErrorConverter))>
Public Class 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(string) | Converts the string to an error. |
| ToString() | Returns a string representation of the error. |
| TryParse(string, out CalcError) | Converts a string to an error. |