MsoOrgChartLayoutType 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.
Indicates how to format the child nodes in an organization chart.
public enum class MsoOrgChartLayoutType
public enum MsoOrgChartLayoutType
type MsoOrgChartLayoutType =
Public Enum MsoOrgChartLayoutType
- Inheritance
-
MsoOrgChartLayoutType
Fields
Name | Value | Description |
---|---|---|
msoOrgChartLayoutMixed | -2 | Return value for a parent node that has children formatted using more than one MsoOrgChartLayoutType. |
msoOrgChartLayoutStandard | 1 | Places child nodes horizontally below the parent node. |
msoOrgChartLayoutBothHanging | 2 | Places child nodes vertically below the parent node on both the left and the right side. |
msoOrgChartLayoutLeftHanging | 3 | Places child nodes vertically below the parent node on the left side. |
msoOrgChartLayoutRightHanging | 4 | Places child nodes vertically below the parent node on the right side. |
msoOrgChartLayoutDefault | 5 |