Range.InsertParagraphBefore Method

Inserts a new paragraph before the specified range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub InsertParagraphBefore
'Usage
Dim instance As Range

instance.InsertParagraphBefore()
void InsertParagraphBefore()

Remarks

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

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Word Namespace