MsoSmartArtNodePosition enumeration (Office)

Specifies constants that define the different ways to add a new node to the data model in SmartArt.

Name Value Description
msoSmartArtNodeAbove 4 Insert a node above the SmartArt node in the data model.
msoSmartArtNodeAfter 2 Insert a node after the SmartArt node in the data model. Corresponds to clicking Add Shape After in the SmartArt ribbon.
msoSmartArtNodeBefore 3 Insert a node before the SmartArt node in the data model.
msoSmartArtNodeBelow 5 Insert a node below the SmartArt node in the data model.
msoSmartArtNodeDefault 1 The default. Corresponds to clicking Add Shape in the SmartArt ribbon.

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.