Bookmarks.DefaultSorting Property

Returns or sets the sorting option for bookmark names displayed in the Bookmark dialog box (Insert menu).

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

Syntax

'Declaration
Property DefaultSorting As WdBookmarkSortBy
    Get
    Set
'Usage
Dim instance As Bookmarks
Dim value As WdBookmarkSortBy

value = instance.DefaultSorting

instance.DefaultSorting = value
WdBookmarkSortBy DefaultSorting { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdBookmarkSortBy

Remarks

This property doesn't affect the order of Bookmark objects in the Bookmarks collection.

See Also

Reference

Bookmarks Interface

Bookmarks Members

Microsoft.Office.Interop.Word Namespace