[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorkbook.Theme

Theme Property

Theme

Gets or sets the theme associated with the workbook.

Declaration
ITheme Theme { get; set; }
Property Theme As ITheme
Examples
ITheme theme = Themes.Facet;
workbook.Theme = theme;
string themeName = theme.Name;
ITheme currentTheme = workbook.Theme;