MacroSheetPart.CustomPropertyParts Property

Gets the CustomPropertyParts of the MacroSheetPart.

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 MacroSheetPart
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

MacroSheetPart Class

MacroSheetPart Members

DocumentFormat.OpenXml.Packaging Namespace