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