_Document.ApplyQuickStyleSet Method
Changes the set of quick styles listed.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ApplyQuickStyleSet ( _
Name As String _
)
'Usage
Dim instance As _Document
Dim Name As String
instance.ApplyQuickStyleSet(Name)
void ApplyQuickStyleSet(
string Name
)
Parameters
- Name
Type: System.String
The name of the set to use. This corresponds to the name listed in the Style Set list.