Range.InsertParagraphBefore 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 new paragraph before the specified range.
public:
void InsertParagraphBefore();
public void InsertParagraphBefore ();
abstract member InsertParagraphBefore : unit -> unit
Public Sub InsertParagraphBefore ()
Remarks
After this method is applied, the range expands to include the new paragraph.