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


In This Topic
ErrorTitle Property (IValidation)
In This Topic
Gets or sets the title of the data validation error dialog box.
Syntax
'Declaration
 
Property ErrorTitle As String
 
'Usage
 
Dim instance As IValidation
Dim value As String
 
instance.ErrorTitle = value
 
value = instance.ErrorTitle

Property Value

A System.String value represents the title of the data validation error dialog box.
See Also