textArea.ReplaceRange(text, start, end)
textArea.ReplaceRange(text, start, end)
| Variable | Description |
|---|---|
| text | The text to use as the replacement. String. |
| start | The start position. The value is zero-based. Integer. |
| end | The end position. The value is zero-based. Integer. |
VB
colorsTextArea.ReplaceRange("blue", 31, 37)