Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CalcError Enumeration
In This Topic
    CalcError Enumeration
    In This Topic
    Specifies the calculation error.
    Members
    MemberDescription
    BusyIndicates that a cell is calculating an async formula.
    CalcOccurs when the calculation engine encounters a scenario it does not currently support.
    Div0Occurs when a formula attempts to divide by zero.
    GettingDataIndicates that an error occurred while retrieving data.
    NAIndicates that a value is not available to a formula.
    NameOccurs if Excel does not recognise a formula name or does not recognise text within a formula.
    NoneSpecifies no error.
    NullOccurs when you refer to an intersection of two ranges that do not intersect.
    NumOccurs when Excel encounters an invalid number.
    RefOccurs when a formula contains an invalid cell reference.
    SpillIndicates that a formula returns multiple results, but can't return these values to neighboring cells.
    ValueOccurs 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

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.CalcError

    See Also