Selection.InsertBefore(String) Method

Definition

Inserts the specified text before the specified selection.

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

Parameters

Text
String

Required String. The text to be inserted.

Remarks

After the text is inserted, the selection is expanded to include the new text. If the selection is a bookmark, the bookmark is also expanded to include the next text.

Applies to