Range.InsertParagraph 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.
Replaces the specified range with a new paragraph.
public:
void InsertParagraph();
public void InsertParagraph ();
abstract member InsertParagraph : unit -> unit
Public Sub InsertParagraph ()
Remarks
After this method has been used, the range is the new paragraph.
If you don't want to replace the range, use the Collapse(Object) method before using this method. The InsertParagraphAfter method inserts a new paragraph following a Range object.