Aspose::Cells::ErrorCellValueType enum

ErrorCellValueType enum

Represents a cell value which contains an error.

enum class ErrorCellValueType

Values

NameValueDescription
Blocked10
Represents the value of a cell containing a #BLOCKED! error.
Busy14
Represents the value of a cell containing a #BUSY! error.
Calc13
Represents the value of a cell containing a #CALC! error.
Connect9
Represents the value of a cell containing a #CONNECT! error.
Name4
Represents the value of a cell containing a #NAME? error.
Field12
Represents the value of a cell containing a #FIELD! error.
Spill8
Represents the value of a cell containing a #SPILL! error.
Unknown11
Represents the value of a cell containing a #UNKNOWN! error.
TimeOut19
Represents the value of a cell containing a #TIMEOUT! error.
External18
Represents the value of a cell containing an #EXTERNAL! error.

See Also