Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+
Row

WorkbookTheme Members

A document theme.

Properties

Name Description
Name Returns the document theme name.

Methods

Name Description
GetColors() Returns document theme colors.
Load(Stream) Loads a custom theme from a stream and applies it to the document.
Load(String) Loads a custom theme from a THMX file and applies it to the document.
Reset(ThemePreset) Resets a custom theme to the default Office theme.
SetColors(ThemeColorScheme) Applies custom colors to the document theme.
See Also