TextRange2.InsertBefore(String) メソッド

定義

オブジェクト内の既存のテキストの左側にテキストを TextRange2 挿入します。

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

パラメーター

NewText
String

挿入するテキストを指定します。

戻り値

TextRange2

適用対象