Share via


WorksheetPart.AddCustomPropertyPart Method (CustomPropertyPartType)

Adds a CustomPropertyPart to the WorksheetPart.

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 WorksheetPart
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
The newly added part.

See Also

Reference

WorksheetPart Class

WorksheetPart Members

AddCustomPropertyPart Overload

DocumentFormat.OpenXml.Packaging Namespace