Validation Interface
Represents data validation for a worksheet range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("0002442F-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface Validation
'Usage
Dim instance As Validation
[GuidAttribute("0002442F-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface Validation
Remarks
Use the Validation property to return the Validation object.
Use the Add method to add data validation to a range and create a new Validation object.