textArea.Insert(text, pos)
textArea.Insert(text, pos)
Variable | Description |
---|---|
text | The text to insert. String. |
pos | The position at which to insert. The value is zero-based. Integer. |
VB
colorsTextArea.Insert("yellow", 16)