Paragraph.Next Method
Returns a Paragraph object that represents the next paragraph.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Next ( _
ByRef Count As Object _
) As Paragraph
'Usage
Dim instance As Paragraph
Dim Count As Object
Dim returnValue As Paragraph
returnValue = instance.Next(Count)
Paragraph Next(
ref Object Count
)
Parameters
- Count
Type: System.Object%
Optional Object. The number of paragraphs by which you want to move ahead. The default value is one.
Return Value
Type: Microsoft.Office.Interop.Word.Paragraph