VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellErrorType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    CellErrorType Enumeration
    In This Topic
    Specifies available error types that can occur when formula was evaluated.
    Syntax
    '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
    
    
    Members
    MemberDescription
    NoErrorFormula is not specified or expression was evaluated successfully.
    DivByZeroIntended to indicate when any number (including zero) or any error code is divided by zero.
    GettingDataIntended to indicate when a cell reference cannot be evaluated because the value for the cell has not been retrieved or calculated.
    NotANumberIntended to indicate when a designated value is not available.
    NameIntended to indicate when what looks like a name is used but no such name has been defined.
    NullIntended to indicate when two areas are required to intersect but do not.
    NumIntended 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.
    RefIntended to indicate when a cell reference cannot be evaluated.
    ValueIntended to indicate when an incompatible type argument is passed to a function, or an incompatible type operand is used with an operator.
    UnknownIntended to indicate when an unknown error occurs.
    ExternalIntended to indicate when an external error occurs.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Office.Spreadsheet.Document.CellErrorType

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also