Capture.GetRange() Method
In This Article
Obtains a range in the document containing the matching string.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentRange GetRange()
#Returns
Type | Description |
---|---|
Document |
A Document |
See Also