MsoOrgChartLayoutType Enumeration
Indicates how to format the child nodes in an organization chart.
| Name | Value | Description |
|---|---|---|
| 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. |
| msoOrgChartLayoutMixed | -2 | Return value for a parent node that has children formatted using more than one MsoOrgChartLayoutType. |
| msoOrgChartLayoutRightHanging | 4 | Places child nodes vertically below the parent node on the right side. |
| msoOrgChartLayoutStandard | 1 | Places child nodes horizontally below the parent node. |