DiagramDataPart.DataModelRoot Property
Gets/Sets the root element of this part.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DataModelRoot As DataModelRoot
Get
Set
'Usage
Dim instance As DiagramDataPart
Dim value As DataModelRoot
value = instance.DataModelRoot
instance.DataModelRoot = value
public DataModelRoot DataModelRoot { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Diagrams.DataModelRoot