MsoOrgChartLayoutType Enumeration

Indicates how to format the child nodes in an organization chart.

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

Syntax

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

Members

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

See Also

Reference

Microsoft.Office.Core Namespace