[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IThemeColor.ThemeColorSchemeIndex

ThemeColorSchemeIndex Property

ThemeColorSchemeIndex

Gets the theme color scheme index.

This value identifies which ThemeColor entry in the owning theme color scheme, such as Light1 or Accent1, the current theme color represents.

Declaration
ThemeColor ThemeColorSchemeIndex { get; }
ReadOnly Property ThemeColorSchemeIndex As ThemeColor
Examples
ITheme theme = new Theme("CustomTheme");
IThemeColor themeColor = theme.ThemeColorScheme[ThemeColor.Accent1];
ThemeColor index = themeColor.ThemeColorSchemeIndex;