[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Theme.ThemeColorScheme

ThemeColorScheme Property

ThemeColorScheme

Gets or sets the color scheme within the theme.

Represents a color scheme within the theme and provides access to the theme colors by IThemeColor.

Declaration
public IThemeColorScheme ThemeColorScheme { get; set; }
Public Property ThemeColorScheme As IThemeColorScheme
Implements
Examples
ITheme theme = workbook.Theme;
IThemeColorScheme colorScheme = theme.ThemeColorScheme;
IThemeColor accent1 = colorScheme[ThemeColor.Accent1];