WorkbookClass.ApplyTheme Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub ApplyTheme ( _
Filename As String _
)
'Usage
Dim instance As WorkbookClass
Dim Filename As String
instance.ApplyTheme(Filename)
public virtual void ApplyTheme(
string Filename
)
Parameters
- Filename
Type: System.String