DiagramNode Members
Include Protected Members
Include Inherited Members
Represents a node in a diagram.
The DiagramNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
Application | Returns an Application object that represents the Microsoft Excel application. | |
Children | Returns a DiagramNodeChildren object, representing the collection of child nodes of a particular node. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Returns a 32-bit integer that indicates the application in which this object was created. | |
Diagram | Returns a Diagram object representing a diagram. | |
Layout | Returns or sets a constant to indicate the formatting of the child nodes of an organization chart. | |
Parent | Returns the parent object for the specified object. | |
Root | Returns the root DiagramNode object which the root diagram node belongs. | |
Shape | Returns a Shape object that represents the shape attached to the specified diagram node | |
TextShape | Returns a Shape object representing the shape of the text box associated with a diagram node. |
Top
Methods
Name | Description | |
---|---|---|
AddNode | Creates a diagram node. Returns a DiagramNode object that represents the new node. | |
CloneNode | Clones a diagram node. Returns a DiagramNode object representing the cloned node. | |
Delete | Deletes the object. | |
MoveNode | Moves a diagram node and any of its child nodes within a diagram. | |
NextNode | Selects the next diagram node in a series of nodes. Returns a DiagramNode object representing the newly-selected node. | |
PrevNode | Returns a DiagramNode object that represents the previous diagram node in a collection of diagram nodes. | |
ReplaceNode | Replaces a target diagram node with the source diagram node. | |
SwapNode | Swaps the source diagram node with a target diagram node. | |
TransferChildren | Returns a Shape object representing the shape of the text box associated with a diagram node. |
Top