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


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

Property Value

A System.String value represents the message text of error alert.
See Also