Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ColorType Enumeration


In This Topic
    ColorType Enumeration
    In This Topic
    Specifies the color format type.
    Syntax
    'Declaration
     
    
    Public Enum ColorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ColorType
    public enum ColorType : System.Enum 
    Members
    MemberDescription
    ARGBThe ARGB format which stands for alpha, red, green and blue.
    AutoThe automatic color that is determined by application.
    IndexThe system-defined indexed color format.
    ThemeThe system-defined theme color format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.ColorType

    See Also