java.lang.Object
com.aspose.cells.ErrorCheckType
public class ErrorCheckType
| Field Summary | ||
|---|---|---|
static final int | CALC | |
| check for calculation errors | ||
static final int | EMPTY_CELL_REF | |
| check for references to empty cells | ||
static final int | TEXT_NUMBER | |
| check the format of numeric values | ||
static final int | INCONSIST_RANGE | |
| check formulas with references to less than the entirety of a range containing continuous data | ||
static final int | INCONSIST_FORMULA | |
| check formulas that are inconsistent with formulas in neighboring cells. | ||
static final int | TEXT_DATE | |
| check the format of date/time values | ||
static final int | UNPROCTED_FORMULA | |
| check for unprotected formulas | ||
static final int | VALIDATION | |
| whether to perform data validation | ||
static final int | CALCULATED_COLUMN | |
| Ignore errors when cells contain a value different from a calculated column formula. | ||
| Field Detail |
|---|
CALC | |
public static final int CALC | |
EMPTY_CELL_REF | |
public static final int EMPTY_CELL_REF | |
TEXT_NUMBER | |
public static final int TEXT_NUMBER | |
INCONSIST_RANGE | |
public static final int INCONSIST_RANGE | |
INCONSIST_FORMULA | |
public static final int INCONSIST_FORMULA | |
TEXT_DATE | |
public static final int TEXT_DATE | |
UNPROCTED_FORMULA | |
public static final int UNPROCTED_FORMULA | |
VALIDATION | |
public static final int VALIDATION | |
CALCULATED_COLUMN | |
public static final int CALCULATED_COLUMN | |