TextRange.InsertAfter Method

Appends a string to the end of the specified text range. Returns a TextRange object that represents the appended text. When used without an argument, this method returns a zero-length string at the end of the specified range.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Function InsertAfter ( _
    NewText As String _
) As TextRange
'Usage
Dim instance As TextRange
Dim NewText As String
Dim returnValue As TextRange

returnValue = instance.InsertAfter(NewText)
TextRange InsertAfter(
    string NewText
)

Parameters

  • NewText
    Type: System.String
    The text to be inserted. The default value is an empty string.

Return Value

Type: Microsoft.Office.Interop.PowerPoint.TextRange

See Also

Reference

TextRange Interface

TextRange Members

Microsoft.Office.Interop.PowerPoint Namespace