Back to Devexpress

Bookmark.Range Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-bookmark.md

latest1.2 KB
Original Source

Bookmark.Range Property

Gets the range that represents the part of a document contained in the bookmark.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DocumentRange Range { get; }
vb
ReadOnly Property Range As DocumentRange

Property Value

TypeDescription
DocumentRange

A DocumentRange object representing the document range contained in the bookmark.

|

See Also

Bookmark Interface

Bookmark Members

DevExpress.XtraRichEdit.API.Native Namespace