Selection.TypeText(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.