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