Selection.TypeParagraph Method
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, blank paragraph.
public:
void TypeParagraph();
public void TypeParagraph ();
abstract member TypeParagraph : unit -> unit
Public Sub TypeParagraph ()
If the selection isn't collapsed to an insertion point, it's replaced by the new paragraph. Use the InsertParagraphAfter() or InsertParagraphBefore() method to insert a new paragraph without deleting the contents of the selection.
This method corresponds to the functionality of the ENTER key.
Product | Versions |
---|---|
Word primary interop assembly | Latest |