MsoRelativeNodePosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where a node is added to a diagram relative to existing nodes.
public enum class MsoRelativeNodePosition
public enum MsoRelativeNodePosition
type MsoRelativeNodePosition =
Public Enum MsoRelativeNodePosition
- Inheritance
-
MsoRelativeNodePosition
Fields
Name | Value | Description |
---|---|---|
msoBeforeNode | 1 | Node is added before current node. |
msoAfterNode | 2 | Node is added after current node. |
msoBeforeFirstSibling | 3 | Node is added before first sibling. |
msoAfterLastSibling | 4 | Node is added after last sibling. |