Selection.TypeParagraph Method

Inserts a new, blank paragraph.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub TypeParagraph
'Usage
Dim instance As Selection

instance.TypeParagraph()
void TypeParagraph()

Remarks

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.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace