Freigeben über


MacroSheetPart.AddCustomPropertyPart-Methode (String)

Adds a CustomPropertyPart to the MacroSheetPart.

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

Syntax

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

returnValue = instance.AddCustomPropertyPart(contentType)
public CustomPropertyPart AddCustomPropertyPart(
    string contentType
)

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

MacroSheetPart Klasse

MacroSheetPart-Member

AddCustomPropertyPart Überladung

DocumentFormat.OpenXml.Packaging-Namespace