ErrorTitle Property (IValidation)
Gets or sets the title of the data validation error dialog box.
'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.