OpenXmlPackage.DataParts Property
Enumerates all the DataPart in the document package.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public ReadOnly Property DataParts As IEnumerable(Of DataPart)
Get
用法
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>