Selection.InsertParagraphAfter Method

Definition

Inserts a paragraph mark after a selection.

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

Remarks

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

Applies to