Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / SolidColorType Enumeration
In This Topic
    SolidColorType Enumeration
    In This Topic
    Specifies the color type
    Members
    MemberDescription
    AutomaticSpecifies the automatic color.
    NoneSpecifies no color.
    RGBSpecifies the rgb color.
    ThemeSpecifies the theme color.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.SolidColorType

    See Also