Package com.grapecity.documents.excel
Interface IThemeColor
public interface IThemeColor
Represents the theme color information.
-
Method Summary
Modifier and TypeMethodDescriptiongetRGB()Gets the rgb color.Gets the theme color scheme index.voidSets the rgb color.
-
Method Details
-
getRGB
Color getRGB()Gets the rgb color. -
setRGB
Sets the rgb color. -
getThemeColorSchemeIndex
ThemeColor getThemeColorSchemeIndex()Gets the theme color scheme index.
-