Share via


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)

Usage

Dim xlErrorChecks1 As XlErrorChecks = XlErrorChecks.xlEmptyCellReferences

Syntax

Public Enum XlErrorChecks
public enum XlErrorChecks
public enum class XlErrorChecks
public enum XlErrorChecks
public enum XlErrorChecks

Members

Member name Description
xlEmptyCellReferences The cell contains a formula referring to empty cells.
xlEvaluateToError The cell evaluates to an error value.
xlInconsistentFormula The cell contains an inconsistent formula for a region.
xlListDataValidation The cell contains a value inconsistent with list data validation.
xlNumberAsText The cell contains a number stored as text.
xlOmittedCells The cell contains a formula omitting a cell for a region.
xlTextDate The cell contains a text date with 2-digit years.
xlUnlockedFormulaCells The cell, which is unlocked, contains a formula.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace