ErrorCellValueType Enum

ErrorCellValueType Enum

Represents a cell value which contains an error.


type ErrorCellValueType int32

Fields

FieldDescription
BlockedRepresents the value of a cell containing a #BLOCKED! error.
BusyRepresents the value of a cell containing a #BUSY! error.
CalcRepresents the value of a cell containing a #CALC! error.
ConnectRepresents the value of a cell containing a #CONNECT! error.
NameRepresents the value of a cell containing a #NAME? error.
FieldRepresents the value of a cell containing a #FIELD! error.
SpillRepresents the value of a cell containing a #SPILL! error.
UnknownRepresents the value of a cell containing a #UNKNOWN! error.
TimeOutRepresents the value of a cell containing a #TIMEOUT! error.
ExternalRepresents the value of a cell containing an #EXTERNAL! error.