Selection.TypeText(String) メソッド

定義

指定された文字列を挿入します。

public:
 void TypeText(System::String ^ Text);
public void TypeText (string Text);
abstract member TypeText : string -> unit
Public Sub TypeText (Text As String)

パラメーター

Text
String

文字列 が必要です。 挿入する文字列を指定します。

注釈

プロパティが ReplaceSelectionTrue の場合、選択範囲は指定したテキストに置き換えられます。 ReplaceSelection プロパティの値が False である場合、指定された文字列は選択範囲の前に挿入されます。

適用対象