DiagramNode.Layout Property
Returns or sets a MsoOrgChartLayoutType constant to indicate the formatting of the child nodes in an organization chart.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Layout As MsoOrgChartLayoutType
Get
Set
'Usage
Dim instance As DiagramNode
Dim value As MsoOrgChartLayoutType
value = instance.Layout
instance.Layout = value
MsoOrgChartLayoutType Layout { get; set; }
Property Value
Type: MsoOrgChartLayoutType