public final class ErrorCheckType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CALC
Deprecated.
Use ErrorCheckType.EvaluationError instead.
|
static int |
CALCULATED_COLUMN
Ignore errors when cells contain a value different from a calculated column formula.
|
static int |
EMPTY_CELL_REF
Ignore errors when formulas refer to empty cells.
|
static int |
EVALUATION_ERROR
Ignore errors when cells contain formulas that result in an error.
|
static int |
INCONSIST_FORMULA
Ignore errors when a formula in a region of your worksheet differs from other formulas in the same region.
|
static int |
INCONSIST_RANGE
Ignore errors when formulas omit certain cells in a region.
|
static int |
NUMBER_STORED_AS_TEXT
Ignore errors when numbers are formatted as text or are preceded by an apostrophe
|
static int |
TABLE_DATA_VALIDATION
Ignore errors when a cell's value in a Table does not comply with the Data Validation rules specified.
|
static int |
TEXT_DATE
Deprecated.
Use ErrorCheckType.TwoDigitTextYear instead.
|
static int |
TEXT_NUMBER
Deprecated.
Use ErrorCheckType.NumberStoredAsText instead.
|
static int |
TWO_DIGIT_TEXT_YEAR
Ignore errors when formulas contain text formatted cells with years represented as 2 digits.
|
static int |
UNLOCKED_FORMULA
Ignore errors when unlocked cells contain formulas.
|
static int |
UNPROCTED_FORMULA
Deprecated.
Use ErrorCheckType.UnproctedFormula instead.
|
static int |
VALIDATION
Deprecated.
Use ErrorCheckType.TableDataValidation instead.
|
public static final int EVALUATION_ERROR
public static final int CALC
Remarks
NOTE: This member is now obsolete. Instead, please use ErrorCheckType.EvaluationError enum. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.public static final int EMPTY_CELL_REF
public static final int NUMBER_STORED_AS_TEXT
public static final int TEXT_NUMBER
Remarks
NOTE: This member is now obsolete. Instead, please use ErrorCheckType.NumberStoredAsText enum. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.public static final int INCONSIST_RANGE
public static final int INCONSIST_FORMULA
public static final int TWO_DIGIT_TEXT_YEAR
public static final int TEXT_DATE
Remarks
NOTE: This member is now obsolete. Instead, please use ErrorCheckType.TwoDigitTextYear enum. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.public static final int UNLOCKED_FORMULA
public static final int UNPROCTED_FORMULA
Remarks
NOTE: This member is now obsolete. Instead, please use ErrorCheckType.UnproctedFormula enum. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.public static final int TABLE_DATA_VALIDATION
public static final int VALIDATION
Remarks
NOTE: This member is now obsolete. Instead, please use ErrorCheckType.TableDataValidation enum. This method will be removed 12 months later since October 2023. Aspose apologizes for any inconvenience you may have experienced.public static final int CALCULATED_COLUMN
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.