DocumentClass.StyleSortMethod Property

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

Syntax

'Declaration
Public Overridable Property StyleSortMethod As WdStyleSort
    Get
    Set
'Usage
Dim instance As DocumentClass
Dim value As WdStyleSort

value = instance.StyleSortMethod

instance.StyleSortMethod = value
public virtual WdStyleSort StyleSortMethod { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdStyleSort

Implements

_Document.StyleSortMethod

See Also

Reference

DocumentClass Class

DocumentClass Members

Microsoft.Office.Interop.Word Namespace