ErrorCheckingOptions.ListDataValidation Property
A Boolean value that is True if data validation is enabled in a list.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ListDataValidation As Boolean
Get
Set
'Usage
Dim instance As ErrorCheckingOptions
Dim value As Boolean
value = instance.ListDataValidation
instance.ListDataValidation = value
bool ListDataValidation { get; set; }
Property Value
Type: System.Boolean
Remarks
Data validation for a list can also be turned on or off by in the user interface by selecting or clearing the List data validation error check box on the Error Checking tab of the Options dialog box.