TextAreaBase.ReplaceText Method
| Name | Parameters | Description |
|---|---|---|
| ReplaceText(TextRange, String) | range, newText | Replaces the specified text range with new text. |
| ReplaceText(IList<TextRange>, String) | ranges, newText | Replaces the specified text ranges with new text. |
| ReplaceText(String, String, TextSearchOptions) | oldText, newText, options | Replaces all occurrences of the specified text with new text. You can also specify search options. |