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


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

Property Value

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