Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / CalcError Enumeration
In This Topic
    CalcError Enumeration
    In This Topic
    Specifies the calculation error.
    Syntax
    public enum CalcError : System.Enum 
    Members
    MemberDescription
    Calc Occurs when the calculation engine encounters a scenario it does not currently support.
    Div0 Occurs when a formula attempts to divide by zero.
    GettingData
    NA Indicates that a value is not available to a formula.
    Name Occurs if Excel does not recognise a formula name or does not recognise text within a formula.
    None Specifies no error.
    Null Occurs when you refer to an intersection of two ranges that do not intersect.
    Num Occurs when Excel encounters an invalid number.
    Ref Occurs when a formula contains an invalid cell reference.
    Spill Indicates that a formula returns multiple results, but can't return these values to neighboring cells.
    Value Occurs if one of the variables in your formula is of the wrong type (e.g. text value when a numeric value is expected).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.CalcError

    See Also