XlErrorChecks Enumeration

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)

Syntax

'Declaration
Public Enumeration XlErrorChecks
'Usage
Dim instance As XlErrorChecks
public enum XlErrorChecks

Members

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.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace