ComponentOne Excel for UWP
XLErrorStyle Enumeration

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace : XLErrorStyle Enumeration
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

Reference

C1.Xaml.Excel Namespace