DocumentRange Interface
In This Article
An interface that defines a document range.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Remarks
The start and end positions of the document range are specified by its DocumentRange.Start and DocumentRange.End properties.
See Also