Capture.GetRange() Method
Obtains a range in the document containing the matching string.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
DocumentRange | A DocumentRange object representing a range that corresponds to the match. |
See Also