ErrorCellValueType
ErrorCellValueType enumeration
Represents a cell value which contains an error.
Values
| Name | Value | Description |
|---|---|---|
| Blocked | 10 | Represents the value of a cell containing a #BLOCKED! error. |
| Busy | 14 | Represents the value of a cell containing a #BUSY! error. |
| Calc | 13 | Represents the value of a cell containing a #CALC! error. |
| Connect | 9 | Represents the value of a cell containing a #CONNECT! error. |
| Name | 4 | Represents the value of a cell containing a #NAME? error. |
| Field | 12 | Represents the value of a cell containing a #FIELD! error. |
| Spill | 8 | Represents the value of a cell containing a #SPILL! error. |
| Unknown | 11 | Represents the value of a cell containing a #UNKNOWN! error. |
| TimeOut | 19 | Represents the value of a cell containing a #TIMEOUT! error. |
| External | 18 | Represents the value of a cell containing an #EXTERNAL! error. |