BookmarkCollection.Select(Bookmark) Method
In This Article
Selects a range associated with the specified bookmark.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
bookmark | Bookmark | 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