Theme Property (Workbook)
Gets or sets the theme applied to the current workbook.
public Theme Theme {get; set;}
'Declaration
Public Property Theme As Theme
'Usage
Dim instance As Workbook
Dim value As Theme
instance.Theme = value
value = instance.Theme