XlErrorChecks enumeration
Office 2013 and later
Specifies the type of error object to be retrieved from the Errors collection.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
| Member name | Description | |
|---|---|---|
| xlEvaluateToError | The cell evaluates to an error value. | |
| xlTextDate | The cell contains a text date with 2-digit years. | |
| xlNumberAsText | The cell contains a number stored as text. | |
| xlInconsistentFormula | The cell contains an inconsistent formula for a region. | |
| xlOmittedCells | The cell contains a formula omitting a cell for a region. | |
| xlUnlockedFormulaCells | The cell, which is unlocked, contains a formula. | |
| xlEmptyCellReferences | The cell contains a formula referring to empty cells. | |
| xlListDataValidation | The cell contains a value inconsistent with list data validation. | |
| xlInconsistentListFormula | The cell contains an inconsistent formula for a list. |
Show: