Share via


InternationalMacroSheetPart.CustomPropertyParts Property

Gets the CustomPropertyParts of the InternationalMacroSheetPart.

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

InternationalMacroSheetPart Class

InternationalMacroSheetPart Members

DocumentFormat.OpenXml.Packaging Namespace