[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITheme.ThemeColorScheme

ThemeColorScheme Property

ThemeColorScheme

Gets the color scheme within the theme.

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

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