Bookmarks.DefaultSorting Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::WdBookmarkSortBy DefaultSorting { Microsoft::Office::Interop::Word::WdBookmarkSortBy get(); void set(Microsoft::Office::Interop::Word::WdBookmarkSortBy value); };
public Microsoft.Office.Interop.Word.WdBookmarkSortBy DefaultSorting { get; set; }
member this.DefaultSorting : Microsoft.Office.Interop.Word.WdBookmarkSortBy with get, set
Public Property DefaultSorting As WdBookmarkSortBy

Property Value

Remarks

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

Applies to