[]
Gets the color scheme within the theme.
Represents a color scheme within the theme and provides access to the theme colors by IThemeColor.
IThemeColorScheme ThemeColorScheme { get; }
ReadOnly Property ThemeColorScheme As IThemeColorScheme
ITheme theme = workbook.Theme;
IThemeColorScheme colorScheme = theme.ThemeColorScheme;
IThemeColor accent1 = colorScheme[ThemeColor.Accent1];