MsoOrgChartLayoutType Enumeration
Indicates how to format the child nodes in an organization chart.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim msoOrgChartLayoutType1 As MsoOrgChartLayoutType = MsoOrgChartLayoutType.msoOrgChartLayoutBothHanging
Syntax
Public Enum MsoOrgChartLayoutType
public enum MsoOrgChartLayoutType
public enum class MsoOrgChartLayoutType
public enum MsoOrgChartLayoutType
public enum MsoOrgChartLayoutType
Members
Member name | Description |
---|---|
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. |
msoOrgChartLayoutMixed | Return value for a parent node that has children formatted using more than one MsoOrgChartLayoutType. |
msoOrgChartLayoutRightHanging | Places child nodes vertically below the parent node on the right side. |
msoOrgChartLayoutStandard | Places child nodes horizontally below the parent node. |
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000