[]
Gets or sets the theme associated with the workbook.
ITheme Theme { get; set; }
Property Theme As ITheme
ITheme theme = Themes.Facet; workbook.Theme = theme; string themeName = theme.Name; ITheme currentTheme = workbook.Theme;