Skip to main content

Capture.GetRange() Method

Obtains a range in the document containing the matching string.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

DocumentRange GetRange()

Returns

Type Description
DocumentRange

A DocumentRange object representing a range that corresponds to the match.

See Also