TextRange2.InsertAfter(String) 方法

定义

在 对象中 TextRange2 现有文本的右侧插入文本。

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

参数

NewText
String

包含要插入的文本。

返回

TextRange2

适用于