Skip to main content

DocumentRange Interface

An interface that defines a document range.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface DocumentRange

#Returned By

Properties and methods that return DocumentRange instances:

Show 50 links

#Remarks

The start and end positions of the document range are specified by its DocumentRange.Start and DocumentRange.End properties.

See Also