XlErrorChecks Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of error object to be retrieved from the Errors collection.
public enum class XlErrorChecks
public enum XlErrorChecks
Public Enum XlErrorChecks
- Inheritance
-
XlErrorChecks
Fields
Name | Value | Description |
---|---|---|
xlEvaluateToError | 1 | The cell evaluates to an error value. |
xlTextDate | 2 | The cell contains a text date with 2-digit years. |
xlNumberAsText | 3 | The cell contains a number stored as text. |
xlInconsistentFormula | 4 | The cell contains an inconsistent formula for a region. |
xlOmittedCells | 5 | The cell contains a formula omitting a cell for a region. |
xlUnlockedFormulaCells | 6 | The cell, which is unlocked, contains a formula. |
xlEmptyCellReferences | 7 | The cell contains a formula referring to empty cells. |
xlListDataValidation | 8 | The cell contains a value inconsistent with list data validation. |
xlInconsistentListFormula | 9 | The cell contains an inconsistent formula for a list. |