SmartArtNode.Nodes property (Office)
Retrieves the children nodes associated with this SmartArt node. Read-only.
Syntax
expression.Nodes
expression An expression that returns a SmartArtNode object.
Example
The following code returns the number of nodes in the SmartArt diagram.
ActivePresentation.Slides(1).Shapes(1).SmartArtNodes.Nodes.Count
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.