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

    Removes the specified text ranges from the text area.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public void RemoveText(
        IList<TextRange> ranges
    )

    Parameters

    Name Type Description
    ranges IList<TextRange>

    A list of text ranges to remove.

    See Also