Gets or sets the current theme information for the workbook.
Syntax
'Declaration
Public Property CurrentThemeName As String
'Usage
Dim instance As Workbook
Dim value As String
instance.CurrentThemeName = value
value = instance.CurrentThemeName
public string CurrentThemeName {get; set;}
See Also