Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / InputTitle Property


In This Topic
InputTitle Property (DataValidation)
In This Topic
Gets or sets the title bar text of input prompt.
Syntax
'Declaration
 
Public Property InputTitle As String
 
'Usage
 
Dim instance As DataValidation
Dim value As String
 
instance.InputTitle = value
 
value = instance.InputTitle

Property Value

A System.String value represents the title bar text of input prompt.
See Also