Paragraph.Next(Object) 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.
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.