Selection.InsertParagraph Method

Definition

Replaces the specified selection with a new paragraph.

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

Remarks

After this method has been used, the selection is the new paragraph.

If you don't want to replace the range or selection, use the Collapse(Object) method before using this method. The InsertParagraphAfter() method inserts a new paragraph following a Selection object.

Applies to