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


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

Property Value

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