DiagramNode.NextNode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects the next diagram node in a series of nodes. Returns a DiagramNode object representing the newly-selected node.
public:
Microsoft::Office::Interop::Excel::DiagramNode ^ NextNode();
public Microsoft.Office.Interop.Excel.DiagramNode NextNode ();
Public Function NextNode () As DiagramNode