Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationErrorStyle Enumeration


DataValidationErrorStyle Enumeration
The style of data validation error alert.
Syntax
'Declaration
 
Public Enum DataValidationErrorStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As DataValidationErrorStyle
Members
MemberDescription
InformationThis data validation error style uses an information icon in the error alert.
StopThis data validation error style uses a stop icon in the error alert.
WarningThis data validation error style uses a warning icon in the error alert.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.DataValidationErrorStyle

See Also