Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / ErrorMessage Property


In This Topic
ErrorMessage Property (IValidation)
In This Topic
Gets or sets the data validation error message.
Syntax
'Declaration
 
Property ErrorMessage As String
 
'Usage
 
Dim instance As IValidation
Dim value As String
 
instance.ErrorMessage = value
 
value = instance.ErrorMessage

Property Value

A System.String value represents the data validation error message.
See Also