Validation.ShowInput Property
True if the data validation input message will be displayed whenever the user selects a cell in the data validation range. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowInput As Boolean
Get
Set
'Usage
Dim instance As Validation
Dim value As Boolean
value = instance.ShowInput
instance.ShowInput = value
bool ShowInput { get; set; }
Property Value
Type: System.Boolean