Range.InsertParagraphBefore Method

Definition

Inserts a new paragraph before the specified range.

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

Remarks

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

Applies to