Share via


FooterPart.DiagramDataParts Property (Microsoft.Office.DocumentFormat.OpenXml.Packaging)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the DiagramDataParts of the FooterPart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public ReadOnly Property DiagramDataParts As IEnumerable(Of DiagramDataPart)
'Usage
Dim instance As FooterPart
Dim value As IEnumerable(Of DiagramDataPart)

value = instance.DiagramDataParts
public IEnumerable<DiagramDataPart> DiagramDataParts { get; }

See Also

Reference

FooterPart Class
FooterPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace