Workbook.Theme Property

Definition

Gets the theme that is applied to the workbook.

public:
 property Microsoft::Office::Core::OfficeTheme ^ Theme { Microsoft::Office::Core::OfficeTheme ^ get(); };
public Microsoft.Office.Core.OfficeTheme Theme { get; }
member this.Theme : Microsoft.Office.Core.OfficeTheme
Public ReadOnly Property Theme As OfficeTheme

Property Value

A Microsoft.Office.Core.OfficeTheme that represents the theme that is applied to the workbook.

Applies to