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


In This Topic
    ColorType Enumeration
    In This Topic
    Specifies the scheme color type.
    Syntax
    'Declaration
     
    
    Public Enum ColorType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ColorType
    public enum ColorType : System.Enum 
    Members
    MemberDescription
    ARGBColor is determined by values of alpha, red, green, and blue.
    SchemeColorColor is defined by an application-specific scheme.
    UnspecifiedColor is not defined.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Core.ColorType

    See Also