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

    Removes the specified text range from the text area.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public void RemoveText(
        TextRange range
    )

    Parameters

    Name Type Description
    range TextRange

    The text range to remove.

    See Also