SmartArtNode.OrgChartLayout Property
Returns or sets the MsoOrgChartLayoutType associated with this node if there is one.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property OrgChartLayout As MsoOrgChartLayoutType
Get
Set
'Usage
Dim instance As SmartArtNode
Dim value As MsoOrgChartLayoutType
value = instance.OrgChartLayout
instance.OrgChartLayout = value
MsoOrgChartLayoutType OrgChartLayout { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoOrgChartLayoutType
Remarks
Possible members are:
msoOrgChartLayoutBothHanging
msoOrgChartLayoutDefault
msoOrgChartLayoutLeftHanging
msoOrgChartLayoutMixed
msoOrgChartLayoutRightHanging
msoOrgChartLayoutStandard