Selection.TypeText(String) Method

Definition

Inserts the specified text.

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

Parameters

Text
String

Required String. The text to be inserted.

Remarks

If the ReplaceSelection property is True, the selection is replaced by the specified text. If ReplaceSelection is False, the specified text is inserted before the selection.

Applies to