Enum ErrorCellValueType

ErrorCellValueType enumeration

Represents a cell value which contains an error.

public enum ErrorCellValueType

Values

NameValueDescription
Blocked10Represents the value of a cell containing a #BLOCKED! error.
Busy14Represents the value of a cell containing a #BUSY! error.
Calc13Represents the value of a cell containing a #CALC! error.
Connect9Represents the value of a cell containing a #CONNECT! error.
Name4Represents the value of a cell containing a #NAME? error.
Field12Represents the value of a cell containing a #FIELD! error.
Spill8Represents the value of a cell containing a #SPILL! error.
Unknown11Represents the value of a cell containing a #UNKNOWN! error.
TimeOut19Represents the value of a cell containing a #TIMEOUT! error.
External18Represents the value of a cell containing an #EXTERNAL! error.

See Also