Insert Method
Insert(int, string)
Inserts text in Text's current value.
Declaration
public void Insert(int index, string text)
Public Sub Insert(index As Integer, text As String)
Parameters
| Type |
Name |
Description |
| int |
index |
The index where to insert the text.
|
| string |
text |
The text to insert.
|