Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IgnoredErrorType Enumeration
In This Topic
    IgnoredErrorType Enumeration
    In This Topic
    The types of errors that can occur in cell.
    Members
    MemberDescription
    EmptyCellReferencesIgnore the error when formula contains a reference to an empty cell.
    EvaluateToErrorIgnore the error of the formula result error.
    Formula result error types include CalcError.Div0, CalcError.NA, CalcError.Name, CalcError.Null, CalcError.Num, CalcError.Ref, and CalcError.Value.
    InconsistentFormulaIgnore the error of discrepancies in formulas within a range.
    InconsistentListFormulaIgnore the error of discrepancies in formulas within a calculated column.
    ListDataValidationIgnore the error of cell value that does not comply with the Data Validation rule that restricts data to predefined items in a list.
    NumberAsTextIgnore the error in cells containing numbers stored as text or preceded by an apostrophe.
    OmittedCellsIgnore the error in cells containing formulas referring to a range that omits adjacent cells that could be included.
    TextDateIgnore the error when formulas contain text formatted cells with years misinterpreted as the wrong century.
    UnlockedFormulaCellsIgnore the error in unlocked cells containing formulas.
    Inheritance Hierarchy

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

    See Also