LayoutVariablePropertySetType.OrganizationChart Property
Show Organization Chart User Interface.Represents the element tag in schema: dgm:orgChart
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property OrganizationChart As OrganizationChart
Get
Set
'Usage
Dim instance As LayoutVariablePropertySetType
Dim value As OrganizationChart
value = instance.OrganizationChart
instance.OrganizationChart = value
public OrganizationChart OrganizationChart { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Diagrams.OrganizationChart
Returns OrganizationChart.
See Also
Reference
LayoutVariablePropertySetType Class