Skip to main content
All docs
V25.2
  • TextAreaBase.ReplaceText(IList<TextRange>, String) Method

    Replaces the specified text ranges with new text.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    Declaration

    public void ReplaceText(
        IList<TextRange> ranges,
        string newText
    )

    Parameters

    Name Type Description
    ranges IList<TextRange>

    A list of text ranges to replace.

    newText String

    The new text to replace the old text.

    See Also