SmartArtNode.OrgChartLayout property (Office)
Retrieves or sets the MsoOrgChartLayoutType associated with this node if there is one. Read/write.
Syntax
expression.OrgChartLayout
expression An expression that returns a SmartArtNode object.
Remarks
Possible members are:
msoOrgChartLayoutBothHanging
msoOrgChartLayoutDefault
msoOrgChartLayoutLeftHanging
msoOrgChartLayoutMixed
msoOrgChartLayoutRightHanging
msoOrgChartLayoutStandard
Example
The following code sets the OrgChartLayout property to the default layout.
Dim saNode As SmartArtNode
saNode.OrgChartLayout = msoOrgChartLayoutDefault
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.