[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IThemeColorScheme

Interface IThemeColorScheme

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the theme color.

public interface IThemeColorScheme

Properties

Count

Gets the number of theme color schemes.

int Count { get; }

Property Value

int

this[ThemeColor]

Gets the IThemeColor using ThemeColor.

IThemeColor this[ThemeColor index] { get; }

Parameters

index ThemeColor

Specifies the ThemeColor

Property Value

IThemeColor

Returns the IThemeColor