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