ShowInput Property (IValidation)
Gets or sets the data validation input message will be displayed whenever the user selects a cell in the data validation range.
bool ShowInput {get; set;}
'Declaration
Property ShowInput As Boolean
'Usage
Dim instance As IValidation
Dim value As Boolean
instance.ShowInput = value
value = instance.ShowInput
Property Value
true
if the data validation input message will be displayed; otherwise,
false
.