Bookmarks.DefaultSorting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.