Share via


WorksheetPart.CustomPropertyParts Property

Gets the CustomPropertyParts of the WorksheetPart.

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

Syntax

'Declaration
Public ReadOnly Property CustomPropertyParts As IEnumerable(Of CustomPropertyPart)
    Get
'Usage
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>

See Also

Reference

WorksheetPart Class

WorksheetPart Members

DocumentFormat.OpenXml.Packaging Namespace