Freigeben über


InternationalMacroSheetPart.AddCustomPropertyPart-Methode (CustomPropertyPartType)

Adds a CustomPropertyPart to the InternationalMacroSheetPart.

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

Syntax

'Declaration
Public Function AddCustomPropertyPart ( _
    partType As CustomPropertyPartType _
) As CustomPropertyPart
'Usage
Dim instance As InternationalMacroSheetPart
Dim partType As CustomPropertyPartType
Dim returnValue As CustomPropertyPart

returnValue = instance.AddCustomPropertyPart(partType)
public CustomPropertyPart AddCustomPropertyPart(
    CustomPropertyPartType partType
)

Parameter

Rückgabewert

Typ: DocumentFormat.OpenXml.Packaging.CustomPropertyPart
The newly added part.

Siehe auch

Referenz

InternationalMacroSheetPart Klasse

InternationalMacroSheetPart-Member

AddCustomPropertyPart Überladung

DocumentFormat.OpenXml.Packaging-Namespace