Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.