Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / SolidColorType Enumeration
In This Topic
    SolidColorType Enumeration
    In This Topic
    Specifies the color type
    Syntax
    public enum SolidColorType : System.Enum 
    Members
    MemberDescription
    Automatic Specifies the automatic color.
    None Specifies no color.
    RGB Specifies the rgb color.
    Theme Specifies the theme color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.SolidColorType

    See Also