[]
Specifies the Office theme.
public static ITheme OfficeTheme { get; }
Public Shared ReadOnly Property OfficeTheme As ITheme
ITheme theme = Themes.OfficeTheme; workbook.Theme = theme;