DrawingsPart.DiagramDataParts Property
Gets the DiagramDataParts of the DrawingsPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property DiagramDataParts As IEnumerable(Of DiagramDataPart)
Get
'Usage
Dim instance As DrawingsPart
Dim value As IEnumerable(Of DiagramDataPart)
value = instance.DiagramDataParts
public IEnumerable<DiagramDataPart> DiagramDataParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<DiagramDataPart>