[]
Insert new tag in a specific position.
public void InsertNewTextTag(int index, string text, object tag = null)
Public Sub InsertNewTextTag(index As Integer, text As String, Optional tag As Object = Nothing)
| Type | Name | Description |
|---|---|---|
| int | index | |
| string | text | |
| object | tag |