Back to Devexpress

BookmarkCollection.Select(Bookmark) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-bookmarkcollection-dot-select-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-bookmark-x29.md

latest1.9 KB
Original Source

BookmarkCollection.Select(Bookmark) Method

Selects a range associated with the specified bookmark.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void Select(
    Bookmark bookmark
)
vb
Sub Select(
    bookmark As Bookmark
)

Parameters

NameTypeDescription
bookmarkBookmark

A Bookmark object specifying a bookmark in the document.

|

Remarks

If the bookmark is located in a header or in a footer, use the Document.ChangeActiveDocument method to ensure proper document selection.

See Also

ChangeActiveDocument(SubDocument)

SelectAll()

BookmarkCollection Interface

BookmarkCollection Members

DevExpress.XtraRichEdit.API.Native Namespace