Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XColorType Enumeration


In This Topic
    XColorType Enumeration
    In This Topic
    This enumeration specifies the color reference types.
    Syntax
    'Declaration
     
    
    Public Enum XColorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As XColorType
    public enum XColorType : System.Enum 
    Members
    MemberDescription
    XCLRAUTO 
    XCLRINDEXED 
    XCLRNINCHED 
    XCLRRGB 
    XCLRTHEMED 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.XColorType

    See Also