Spread WPF 17
GrapeCity.Excel Namespace / ExcelColorType Enumeration


In This Topic
    ExcelColorType Enumeration
    In This Topic
    Represents the color type
    Syntax
    'Declaration
     
    Public Enum ExcelColorType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelColorType
    public enum ExcelColorType : System.Enum 
    Members
    MemberDescription
    AutoIndicates the color is an automatic color
    IndexedIndicates the color is a indexed color.
    RGBIndicates the color is a rgb color
    ThemeIndicates the color is a theme color
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelColorType

    See Also