Selection.InsertParagraphBefore Method
Inserts a new paragraph before the specified selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub InsertParagraphBefore
'Usage
Dim instance As Selection
instance.InsertParagraphBefore()
void InsertParagraphBefore()
Remarks
After this method is applied, the selection expands to include the new paragraph.