DiagramNode.PrevNode Method
Returns a DiagramNode object that represents the previous diagram node 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 PrevNode As DiagramNode
'Usage
Dim instance As DiagramNode
Dim returnValue As DiagramNode
returnValue = instance.PrevNode()
DiagramNode PrevNode()
Return Value
Type: Microsoft.Office.Interop.Word.DiagramNode
Remarks
Use the NextNode method to return the next DiagramNode object in a collection of diagram nodes.