Skip to main content

ISearchResult.Replace(String) Method

Performs a text replacement.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

void Replace(
    string replaceWith
)

Parameters

Name Type Description
replaceWith String

A replacement string.

Remarks

The Replace replaces the ISearchResult.CurrentResult obtained by executing the ISearchResult.FindNext method, with the specified string.

See Also