XlDVType Enumeration 

Specifies the type of validation test to be performed in conjunction with values.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlDVType1 As XlDVType = XlDVType.xlValidateCustom

Syntax

Public Enum XlDVType
public enum XlDVType
public enum class XlDVType
public enum XlDVType
public enum XlDVType

Members

Member name Description
xlValidateCustom Data is validated using an arbitrary formula.
xlValidateDate Date values.
xlValidateDecimal Numeric values.
xlValidateInputOnly Only validate when user changes the value.
xlValidateList Value must be present in a specified list.
xlValidateTextLength Length of text.
xlValidateTime Time values.
xlValidateWholeNumber Whole numeric values.

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