_Document.SaveAsQuickStyleSet Method

Saves the group of quick styles currently in use.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub SaveAsQuickStyleSet ( _
    FileName As String _
)
'Usage
Dim instance As _Document
Dim FileName As String

instance.SaveAsQuickStyleSet(FileName)
void SaveAsQuickStyleSet(
    string FileName
)

Parameters

  • FileName
    Type: System.String
    The path and file name for the quick style set file.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace