TextRange2.InsertAfter Method
Inserts text to the right of the existing text in the TextRange2 object.
Syntax
expression.InsertAfter(NewText)
expression An expression that returns a TextRange2 object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| NewText | Optional | String | Contains the text to be inserted. |
Return Value
TextRange2