Edit

Share via


DiagramNode.PrevNode Method

Definition

Returns a DiagramNode object that represents the previous diagram node in a collection of diagram nodes.

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

Returns

Remarks

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

Applies to