ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLErrorStyle Enumeration

In This Topic
    XLErrorStyle Enumeration
    In This Topic
    Error style (status).
    Syntax
    'Declaration
     
    Public Enum XLErrorStyle 
       Inherits System.Enum
    public enum XLErrorStyle : System.Enum 
    Members
    MemberDescription
    InformationSpecifies to use an information icon in the error alert.
    StopSpecifies to use a stop icon in the error alert.
    WarningSpecifies to use a warning icon in the error alert.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.Excel.XLErrorStyle

    See Also