FootnotesPart.DiagramDataParts Property

Gets the DiagramDataParts of the FootnotesPart.

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 FootnotesPart
Dim value As IEnumerable(Of DiagramDataPart)

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

Property Value

Type: System.Collections.Generic.IEnumerable<DiagramDataPart>

See Also

Reference

FootnotesPart Class

FootnotesPart Members

DocumentFormat.OpenXml.Packaging Namespace