MsoOrgChartLayoutType enumeration
Office 2013 and later
Indicates how to format the child nodes in an organization chart.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| msoOrgChartLayoutMixed | Return value for a parent node that has children formatted using more than one MsoOrgChartLayoutType. | |
| msoOrgChartLayoutStandard | Places child nodes horizontally below the parent node. | |
| msoOrgChartLayoutBothHanging | Places child nodes vertically below the parent node on both the left and the right side. | |
| msoOrgChartLayoutLeftHanging | Places child nodes vertically below the parent node on the left side. | |
| msoOrgChartLayoutRightHanging | Places child nodes vertically below the parent node on the right side. | |
| msoOrgChartLayoutDefault |
Show: