MsoRelativeNodePosition enumeration

Specifies where a node is added to a diagram relative to existing nodes.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
msoBeforeNodeNode is added before current node.
msoAfterNodeNode is added after current node.
msoBeforeFirstSiblingNode is added before first sibling.
msoAfterLastSiblingNode is added after last sibling.
Show: