[]
Inserts text in Text's current value.
public void Insert(int index, string text)
The index where to insert the text.
The text to insert.