WorkbookPart.AddCustomPropertyPart Method (CustomPropertyPartType)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Adds a CustomPropertyPart to the WorkbookPart.

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 WorkbookPart
Dim partType As CustomPropertyPartType
Dim returnValue As CustomPropertyPart

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

Parameters

Return Value

Type: DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Returns the newly added part.

See Also

Reference

WorkbookPart Class

WorkbookPart Members

AddCustomPropertyPart Overload

DocumentFormat.OpenXml.Packaging Namespace