DiagramNode.NextNode Method

Definition

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

public:
 Microsoft::Office::Interop::Word::DiagramNode ^ NextNode();
public Microsoft.Office.Interop.Word.DiagramNode NextNode ();
abstract member NextNode : unit -> Microsoft.Office.Interop.Word.DiagramNode
Public Function NextNode () As DiagramNode

Returns

Remarks

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

Applies to