Range.InsertParagraphAfter Method

Definition

Inserts a paragraph mark after a range.

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

Remarks

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

Applies to