DiagramNode.NextNode Method

Returns the next DiagramNode object in a collection of diagram nodes.

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

Syntax

'Declaration
Function NextNode As DiagramNode
'Usage
Dim instance As DiagramNode
Dim returnValue As DiagramNode

returnValue = instance.NextNode()
DiagramNode NextNode()

Return Value

Type: Microsoft.Office.Interop.Word.DiagramNode

Remarks

Use the PrevNode method to return the previous DiagramNode object in a collection of diagram nodes.

See Also

Reference

DiagramNode Interface

DiagramNode Members

Microsoft.Office.Interop.Word Namespace