[]
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.
public IThemeColorScheme ThemeColorScheme { get; set; }
Public Property ThemeColorScheme As IThemeColorScheme
ITheme theme = workbook.Theme;
IThemeColorScheme colorScheme = theme.ThemeColorScheme;
IThemeColor accent1 = colorScheme[ThemeColor.Accent1];