DiagramNodeChildren Members

Include Protected Members
Include Inherited Members

A collection of DiagramNode objects that represents child nodes in a diagram.

The DiagramNodeChildren type exposes the following members.

Properties

  Name Description
Public property Application (Inherited from _IMsoDispObj.)
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property Count Returns the number of objects in the collection.
Public property Creator (Inherited from _IMsoDispObj.)
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property FirstChild Returns a DiagramNode object that represents the first child node of a parent node.
Public property LastChild Returns a DiagramNode object that represents the last child node of a parent node.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method AddNode Creates a diagram node. Returns a DiagramNode object that represents the new node.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator()
Public method Item Returns a single object from a collection.
Public method SelectAll Selects all the shapes in the specified collection.

Top

See Also

Reference

DiagramNodeChildren Interface

Microsoft.Office.Interop.Excel Namespace