[]
Represents the theme manager.
public class Themes
Constructor.
public Themes()
Specifies the Apex theme.
public static ITheme Apex { get; }
Specifies the Aspect theme.
public static ITheme Aspect { get; }
Specifies the Badge theme.
public static ITheme Badge { get; }
Specifies the Banded theme.
public static ITheme Banded { get; }
Specifies the Basis theme.
public static ITheme Basis { get; }
Specifies the Berlin theme.
public static ITheme Berlin { get; }
Specifies the Celestial theme.
public static ITheme Celestial { get; }
Specifies the Circuit theme.
public static ITheme Circuit { get; }
Specifies the Civic theme.
public static ITheme Civic { get; }
Specifies the Concourse theme.
public static ITheme Concourse { get; }
Gets the number of themes in the current workbook.
public int Count { get; }
Returns the number of themes.
Specifies the Crop theme.
public static ITheme Crop { get; }
Specifies the Damask theme.
public static ITheme Damask { get; }
Specifies the Depth theme.
public static ITheme Depth { get; }
Specifies the Dividend theme.
public static ITheme Dividend { get; }
Specifies the Droplet theme.
public static ITheme Droplet { get; }
Specifies the Equity theme.
public static ITheme Equity { get; }
Specifies the Dacet theme.
public static ITheme Facet { get; }
Specifies the Feathered theme.
public static ITheme Feathered { get; }
Specifies the Flow theme.
public static ITheme Flow { get; }
Specifies the Foundry theme.
public static ITheme Foundry { get; }
Specifies the Frame theme.
public static ITheme Frame { get; }
Specifies the Gallery theme.
public static ITheme Gallery { get; }
Specifies the Headlines theme.
public static ITheme Headlines { get; }
Specifies the Integral theme.
public static ITheme Integral { get; }
Specifies the Ion theme.
public static ITheme Ion { get; }
Specifies the IonBoardroom theme.
public static ITheme IonBoardroom { get; }
Gets the theme using the given name.
public ITheme this[string name] { get; }
name
stringThe theme name
Specifies the MainEvent theme.
public static ITheme MainEvent { get; }
Specifies the Median theme.
public static ITheme Median { get; }
Specifies the Mesh theme.
public static ITheme Mesh { get; }
Specifies the Metro theme.
public static ITheme Metro { get; }
Specifies the Metropolitan theme.
public static ITheme Metropolitan { get; }
Specifies the Module theme.
public static ITheme Module { get; }
Specifies the Office2007.
public static ITheme Office2007 { get; }
Specifies the Office theme.
public static ITheme OfficeTheme { get; }
Specifies the Opulent theme.
public static ITheme Opulent { get; }
Specifies the Organic theme.
public static ITheme Organic { get; }
Specifies the Oriel theme.
public static ITheme Oriel { get; }
Specifies the Origin theme.
public static ITheme Origin { get; }
Specifies the Paper theme.
public static ITheme Paper { get; }
Specifies the Parallax theme.
public static ITheme Parallax { get; }
Specifies the Parcel theme.
public static ITheme Parcel { get; }
Specifies the Quotable theme.
public static ITheme Quotable { get; }
Specifies the Retrospect theme.
public static ITheme Retrospect { get; }
Specifies the Savon theme.
public static ITheme Savon { get; }
Specifies the Slate theme.
public static ITheme Slate { get; }
Specifies the Slice theme.
public static ITheme Slice { get; }
Specifies the Solstice theme.
public static ITheme Solstice { get; }
Specifies the Technic theme.
public static ITheme Technic { get; }
Specifies the Trek theme.
public static ITheme Trek { get; }
Specifies the Urban theme.
public static ITheme Urban { get; }
Specifies the VaporTrail theme.
public static ITheme VaporTrail { get; }
Specifies the Verve theme.
public static ITheme Verve { get; }
Specifies the View theme.
public static ITheme View { get; }
Specifies the Wisp theme.
public static ITheme Wisp { get; }
Specifies the WoodType theme.
public static ITheme WoodType { get; }
Creates a new theme based on the given theme; if the given theme is null (Nothing in Visual Basic), then the theme is based on the office theme.
public ITheme Add(string themeName, ITheme baseTheme = null)
themeName
stringThe new theme name.
baseTheme
IThemeThe theme name the theme is based on.
This method is now obsolete. Theme constructor is now recommended.