DiagramNodeChildren.AddNode(Object, MsoDiagramNodeType) 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.
Creates a diagram node. Returns a DiagramNode object that represents the new node.
public Microsoft.Office.Interop.Excel.DiagramNode AddNode (object Index = -1, Microsoft.Office.Core.MsoDiagramNodeType nodeType = Microsoft.Office.Core.MsoDiagramNodeType.msoDiagramNode);
Public Function AddNode (Optional Index As Object = -1, Optional nodeType As MsoDiagramNodeType = Microsoft.Office.Core.MsoDiagramNodeType.msoDiagramNode) As DiagramNode
Parameters
- Index
- Object
Optional Object. The position of the node.
- nodeType
- MsoDiagramNodeType
Optional Microsoft.Office.Interop.Office.MsoDiagramNodeType. The type of node.MsoDiagramNodeType can be one of these constants:msoDiagramAssistantmsoDiagramNode Default