WorkbookPart.CustomDataPropertiesParts-Eigenschaft
Gets the CustomDataPropertiesParts of the WorkbookPart., only available in Office2010
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public ReadOnly Property CustomDataPropertiesParts As IEnumerable(Of CustomDataPropertiesPart)
Get
'Usage
Dim instance As WorkbookPart
Dim value As IEnumerable(Of CustomDataPropertiesPart)
value = instance.CustomDataPropertiesParts
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public IEnumerable<CustomDataPropertiesPart> CustomDataPropertiesParts { get; }
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<CustomDataPropertiesPart>