WorksheetPart.AddCustomPropertyPart Method (String)

Adds a CustomPropertyPart to the WorksheetPart.

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 WorksheetPart
Dim contentType As String
Dim returnValue As CustomPropertyPart

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

Parameters

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

Return Value

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

See Also

Reference

WorksheetPart Class

WorksheetPart Members

AddCustomPropertyPart Overload

DocumentFormat.OpenXml.Packaging Namespace