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
Parameters
| Name | Type | Description |
|---|---|---|
| ranges | IList<TextRange> | A list of text ranges to remove. |
See Also