WorksheetPart.CustomPropertyParts Property
Gets the CustomPropertyParts of the WorksheetPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public ReadOnly Property CustomPropertyParts As IEnumerable(Of CustomPropertyPart)
Get
'使用
Dim instance As WorksheetPart
Dim value As IEnumerable(Of CustomPropertyPart)
value = instance.CustomPropertyParts
public IEnumerable<CustomPropertyPart> CustomPropertyParts { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<CustomPropertyPart>