DiagramNode.NextNode Method
Selects the next diagram node in a series of nodes. Returns a DiagramNode object representing the newly-selected node.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.Excel.DiagramNode