Freigeben über


InternationalMacroSheetPart.AddCustomPropertyPart-Methode (String, String)

Adds a CustomPropertyPart to the InternationalMacroSheetPart.

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

Syntax

'Declaration
Public Function AddCustomPropertyPart ( _
    contentType As String, _
    id As String _
) As CustomPropertyPart
'Usage
Dim instance As InternationalMacroSheetPart
Dim contentType As String
Dim id As String
Dim returnValue As CustomPropertyPart

returnValue = instance.AddCustomPropertyPart(contentType, _
    id)
public CustomPropertyPart AddCustomPropertyPart(
    string contentType,
    string id
)

Parameter

  • contentType
    Typ: System.String
    the content type of the CustomPropertyPart.

Rückgabewert

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

Siehe auch

Referenz

InternationalMacroSheetPart Klasse

InternationalMacroSheetPart-Member

AddCustomPropertyPart Überladung

DocumentFormat.OpenXml.Packaging-Namespace