Document.ApplyQuickStyleSet2 Method (Word)

Applies the specified Quick Style set to the document.

Version Information

Version Added: Word 2010

Syntax

expression .ApplyQuickStyleSet2(Style)

expression An expression that returns a Document object.

Parameters

Name

Required/Optional

Data Type

Description

Style

Required

Variant

Can be either a String that specifies the name of the set to use (corresponds to the name listed in the Style Set list) or a constant from the WdApplyQuickStyleSets enumeration.

See Also

Concepts

Document Object Members

Document Object