[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IThemeColor

Interface IThemeColor

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

Represents the theme color information.

public interface IThemeColor

Properties

RGB

Gets or sets the rgb color.

Color RGB { get; set; }

Property Value

System.Drawing.Color

ThemeColorSchemeIndex

Gets the theme color scheme index.

ThemeColor ThemeColorSchemeIndex { get; }

Property Value

ThemeColor