'Declaration Public Function Insert( _ ByVal value As System.String, _ ByVal location As InsertLocation _ ) As Text
public Text Insert( System.string value, InsertLocation location )
Parameters
- value
- The text value to insert.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted Text.