InputTitle Property (IValidation)
Gets or sets the title of the data validation input dialog box.
'Declaration
Property InputTitle As String
'Usage
Dim instance As IValidation
Dim value As String
instance.InputTitle = value
value = instance.InputTitle
Property Value
A
System.String value represents the title of the data validation input dialog box.