_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.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace