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