Back to Devexpress

Capture.GetRange() Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-capture.md

latest1.2 KB
Original Source

Capture.GetRange() Method

Obtains a range in the document containing the matching string.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DocumentRange GetRange()
vb
Function GetRange As DocumentRange

Returns

TypeDescription
DocumentRange

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

|

See Also

Capture Interface

Capture Members

DevExpress.XtraRichEdit.API.Native Namespace