Document.ApplyQuickStyleSet2 Method

Applies the specified quick style set to the document.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Sub ApplyQuickStyleSet2 ( _
    ByRef Style As Object _
)
void ApplyQuickStyleSet2(
    ref Object Style
)

Parameters

  • Style
    Type: System.Object%

    The name of the style set to use. Can be either a string that specifies the name of the set to use (the string corresponds to the names listed in the Style Set list) or one of the Microsoft.Office.Interop.Word.WdApplyQuickStyleSets values.

Exceptions

Exception Condition
MissingMemberException

This method is used in a Word 2007 project.

Remarks

This method appears in IntelliSense in Word 2007 projects that target the .NET Framework 4. However, this property cannot be used in Word 2007 projects.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace