Selection.InsertParagraphAfter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a paragraph mark after a selection.
public:
void InsertParagraphAfter();
public void InsertParagraphAfter ();
abstract member InsertParagraphAfter : unit -> unit
Public Sub InsertParagraphAfter ()
Remarks
After this method is applied, the selection expands to include the new paragraph.