Workbook.ApplyTheme(String) Method

Definition

Applies the specified theme to the workbook.

public:
 void ApplyTheme(System::String ^ Filename);
public void ApplyTheme (string Filename);
abstract member ApplyTheme : string -> unit
Public Sub ApplyTheme (Filename As String)

Parameters

Filename
String

The full file path of the theme to apply.

Applies to