Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates all the DataPart in the document package.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public ReadOnly Property DataParts As IEnumerable(Of DataPart)
Get
'Usage
Dim instance As OpenXmlPackage
Dim value As IEnumerable(Of DataPart)
value = instance.DataParts
public IEnumerable<DataPart> DataParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<DataPart>