DiagramNode.PrevNode Method
Returns a DiagramNode object that represents the previous diagram node in a collection of diagram nodes.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.Excel.DiagramNode