Edit

Share via


TextRange2.InsertAfter(String) Method

Definition

Inserts text to the right of the existing text in the TextRange2 object.

public Microsoft.Office.Core.TextRange2 InsertAfter (string NewText = "");
abstract member InsertAfter : string -> Microsoft.Office.Core.TextRange2
Public Function InsertAfter (Optional NewText As String = "") As TextRange2

Parameters

NewText
String

Contains the text to be inserted.

Returns

TextRange2

Applies to