[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IThemeColorScheme.Count

Count Property

Count

Gets the number of theme color entries in this theme color scheme.

This value indicates how many theme color entries are available in the current IThemeColorScheme collection.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
ITheme theme = new Theme("CustomTheme");
IThemeColorScheme colorScheme = theme.ThemeColorScheme;
int count = colorScheme.Count;