Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationErrorStyle Enumeration


In This Topic
    DataValidationErrorStyle Enumeration
    In This Topic
    The style of data validation error alert.
    Syntax
    'Declaration
     
    
    Public Enum DataValidationErrorStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataValidationErrorStyle
    public enum DataValidationErrorStyle : System.Enum 
    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