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


In This Topic
AlertStyle Property (DataValidation)
In This Topic
Gets or sets the style of error alert used for this data validation.
Syntax
'Declaration
 
Public Property AlertStyle As DataValidationErrorStyle
 
'Usage
 
Dim instance As DataValidation
Dim value As DataValidationErrorStyle
 
instance.AlertStyle = value
 
value = instance.AlertStyle

Property Value

A DataValidationErrorStyle value represents the style of error alert used for this data validation.
See Also