[]
Inserts a Text into this collection at a specified location.
public Text Insert(string value, InsertLocation location)
Public Function Insert(value As String, location As InsertLocation) As Text
Type | Name | Description |
---|---|---|
string | value | The text value to insert. |
InsertLocation | location | The target InsertLocation for the insertion. |