Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ValidationAlertStyle Enumeration
In This Topic
    ValidationAlertStyle Enumeration
    In This Topic
    Specifies the icon used in message boxes displayed during validation.
    Syntax
    public enum ValidationAlertStyle : System.Enum 
    Members
    MemberDescription
    Information Specifies the information icon.
    Stop Specifies the stop icon.
    Warning Specifies the warning icon.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.ValidationAlertStyle

    See Also