[]
Applies the specified theme to the current workbook.
bool ApplyTheme(Theme theme = null)
Function ApplyTheme(Optional theme As Theme = Nothing) As Boolean
Type | Name | Description |
---|---|---|
Theme | theme | A Theme object indicates the theme to apply. |
Type | Description |
---|---|
bool |
|
Applies the specified theme to the current workbook.
bool ApplyTheme(string filename = null)
Function ApplyTheme(Optional filename As String = Nothing) As Boolean
Type | Name | Description |
---|---|---|
string | filename | A string value indicates the theme file to apply. |
Type | Description |
---|---|
bool |
|
Applies the specified theme to the current workbook.
bool ApplyTheme(Stream stream)
Function ApplyTheme(stream As Stream) As Boolean
Type | Name | Description |
---|---|---|
Stream | stream | A Stream object indicates the theme data to apply. |
Type | Description |
---|---|
bool |
|