次の方法で共有


FootnotesPart.DiagramDataParts Property

Gets the DiagramDataParts of the FootnotesPart.

Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public ReadOnly Property DiagramDataParts As IEnumerable(Of DiagramDataPart)
    Get
'使用
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