[ Version ( since = "2.24" ) ]
public void insert_text (int position, string text)
Inserts text at position in the list of strings stored in this.
If position is negative then text is appended.
This is the same as calling insert with a null ID string.
| this | |
| position |
An index to insert |
| text |
A string |