TextRange2.InsertAfter Method
Inserts text to the right of the existing text in the TextRange2 object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function InsertAfter ( _
NewText As String _
) As TextRange2
'Usage
Dim instance As TextRange2
Dim NewText As String
Dim returnValue As TextRange2
returnValue = instance.InsertAfter(NewText)
TextRange2 InsertAfter(
string NewText
)
Parameters
NewText
Type: System.StringContains the text to be inserted.
Return Value
Type: Microsoft.Office.Core.TextRange2
TextRange2