MsoRelativeNodePosition Enumeration

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

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

Syntax

'Declaration
Public Enumeration MsoRelativeNodePosition
'Usage
Dim instance As MsoRelativeNodePosition
public enum MsoRelativeNodePosition

Members

Member name Description
msoBeforeNode Node is added before current node.
msoAfterNode Node is added after current node.
msoBeforeFirstSibling Node is added before first sibling.
msoAfterLastSibling Node is added after last sibling.

See Also

Reference

Microsoft.Office.Core Namespace