ErrorCellValueType Enum
Contents
[
Hide
]ErrorCellValueType Enum
Represents a cell value which contains an error.
type ErrorCellValueType int32
Fields
| Field | Description |
|---|---|
| Blocked | Represents the value of a cell containing a #BLOCKED! error. |
| Busy | Represents the value of a cell containing a #BUSY! error. |
| Calc | Represents the value of a cell containing a #CALC! error. |
| Connect | Represents the value of a cell containing a #CONNECT! error. |
| Name | Represents the value of a cell containing a #NAME? error. |
| Field | Represents the value of a cell containing a #FIELD! error. |
| Spill | Represents the value of a cell containing a #SPILL! error. |
| Unknown | Represents the value of a cell containing a #UNKNOWN! error. |
| TimeOut | Represents the value of a cell containing a #TIMEOUT! error. |
| External | Represents the value of a cell containing an #EXTERNAL! error. |