Selection.InsertParagraphBefore Method

Definition

Inserts a new paragraph before the specified selection.

public:
 void InsertParagraphBefore();
public void InsertParagraphBefore ();
abstract member InsertParagraphBefore : unit -> unit
Public Sub InsertParagraphBefore ()

Remarks

After this method is applied, the selection expands to include the new paragraph.

Applies to