ISmartArtNodeCollection class

ISmartArtNodeCollection class

Represents a collection of SmartArt nodes.

The ISmartArtNodeCollection type exposes the following members:

Returns node by index. Read-only ISmartArtNode

Indexer

NameDescription
[index]The zero-based index of the element.

Methods

MethodDescription
remove_nodeRemove node or sub node by index.
remove_nodeRemove node or sub node.
add_nodeAdd new node or sub node.
add_node_by_positionAdd new node in the selected position of nodes collection.

See Also