MsoRelativeNodePosition enumeration (Office)
Specifies where a node is added to a diagram relative to existing nodes.
Name | Value | Description |
---|---|---|
msoAfterLastSibling | 4 | Node is added after last sibling. |
msoAfterNode | 2 | Node is added after current node. |
msoBeforeFirstSibling | 3 | Node is added before first sibling. |
msoBeforeNode | 1 | Node is added before current node. |
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.