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

適用対象