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)

No code example is currently available or this language may not be supported.

Member nameDescription
xlValidateInputOnlyOnly validate when user changes the value.
xlValidateWholeNumberWhole numeric values.
xlValidateDecimalNumeric values.
xlValidateListValue must be present in a specified list.
xlValidateDateDate values.
xlValidateTimeTime values.
xlValidateTextLengthLength of text.
xlValidateCustomData is validated using an arbitrary formula.
Show: