C1.Excel Assembly / C1.Excel Namespace / XLErrorStyle Enumeration

XLErrorStyle Enumeration
Error style (status).
Syntax
'Declaration
 
Public Enum XLErrorStyle 
   Inherits 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.Excel.XLErrorStyle

See Also