Skip to main content

SubDocument.Replace(DocumentRange, String) Method

Replaces the specified document range with the specified text string.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

void Replace(
    DocumentRange range,
    string text
)

Parameters

Name Type Description
range DocumentRange

A DocumentRange object representing the range to replace.

text String

A string that is inserted in place of the specified range.

See Also