Paragraph.Next(Object) Method

Definition

Returns a Paragraph object that represents the next paragraph.

public Microsoft.Office.Interop.Word.Paragraph Next (ref object Count);
abstract member Next : obj -> Microsoft.Office.Interop.Word.Paragraph
Public Function Next (Optional ByRef Count As Object) As Paragraph

Parameters

Count
Object

Optional Object. The number of paragraphs by which you want to move ahead. The default value is one.

Returns

Applies to