Freigeben über


NotesSlidePart.ChartParts-Eigenschaft

Gets the ChartParts of the NotesSlidePart.

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

Syntax

'Declaration
Public ReadOnly Property ChartParts As IEnumerable(Of ChartPart)
    Get
'Usage
Dim instance As NotesSlidePart
Dim value As IEnumerable(Of ChartPart)

value = instance.ChartParts
public IEnumerable<ChartPart> ChartParts { get; }

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<ChartPart>

Siehe auch

Referenz

NotesSlidePart Klasse

NotesSlidePart-Member

DocumentFormat.OpenXml.Packaging-Namespace