com.aspose.cells
Class ErrorCheckType

java.lang.Object
    extended by com.aspose.cells.ErrorCheckType

public class ErrorCheckType 
extends java.lang.Object

Utility class containing constants. Represents all error check type.

Field Summary
static final intCALC
           check for calculation errors
static final intEMPTY_CELL_REF
           check for references to empty cells
static final intTEXT_NUMBER
           check the format of numeric values
static final intINCONSIST_RANGE
           check formulas with references to less than the entirety of a range containing continuous data
static final intINCONSIST_FORMULA
           check formulas that are inconsistent with formulas in neighboring cells.
static final intTEXT_DATE
           check the format of date/time values
static final intUNPROCTED_FORMULA
           check for unprotected formulas
static final intVALIDATION
           whether to perform data validation
static final intCALCULATED_COLUMN
           Ignore errors when cells contain a value different from a calculated column formula.
 

Field Detail

CALC

public static final int CALC
check for calculation errors

EMPTY_CELL_REF

public static final int EMPTY_CELL_REF
check for references to empty cells

TEXT_NUMBER

public static final int TEXT_NUMBER
check the format of numeric values

INCONSIST_RANGE

public static final int INCONSIST_RANGE
check formulas with references to less than the entirety of a range containing continuous data

INCONSIST_FORMULA

public static final int INCONSIST_FORMULA
check formulas that are inconsistent with formulas in neighboring cells.

TEXT_DATE

public static final int TEXT_DATE
check the format of date/time values

UNPROCTED_FORMULA

public static final int UNPROCTED_FORMULA
check for unprotected formulas

VALIDATION

public static final int VALIDATION
whether to perform data validation

CALCULATED_COLUMN

public static final int CALCULATED_COLUMN
Ignore errors when cells contain a value different from a calculated column formula.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.