'Declaration Public Enum CellErrorType Inherits System.Enum
public enum CellErrorType : System.Enum
__value public enum CellErrorType : public System.Enum
public enum class CellErrorType : public System.Enum
'Declaration Public Enum CellErrorType Inherits System.Enum
public enum CellErrorType : System.Enum
__value public enum CellErrorType : public System.Enum
public enum class CellErrorType : public System.Enum
Member | Description |
---|---|
NoError | Formula is not specified or expression was evaluated successfully. |
DivByZero | Intended to indicate when any number (including zero) or any error code is divided by zero. |
GettingData | Intended to indicate when a cell reference cannot be evaluated because the value for the cell has not been retrieved or calculated. |
NotANumber | Intended to indicate when a designated value is not available. |
Name | Intended to indicate when what looks like a name is used but no such name has been defined. |
Null | Intended to indicate when two areas are required to intersect but do not. |
Num | Intended to indicate when an argument to a function has a compatible type, but has a value that is outside the domain over which that function is defined. |
Ref | Intended to indicate when a cell reference cannot be evaluated. |
Value | Intended to indicate when an incompatible type argument is passed to a function, or an incompatible type operand is used with an operator. |
Unknown | Intended to indicate when an unknown error occurs. |
External | Intended to indicate when an external error occurs. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Office.Spreadsheet.Document.CellErrorType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5