WorkbookPart.AddCustomPropertyPart Method (CustomPropertyPartType, String)
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, _
id As String _
) As CustomPropertyPart
'Usage
Dim instance As WorkbookPart
Dim partType As CustomPropertyPartType
Dim id As String
Dim returnValue As CustomPropertyPart
returnValue = instance.AddCustomPropertyPart(partType, _
id)
public CustomPropertyPart AddCustomPropertyPart(
CustomPropertyPartType partType,
string id
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.CustomPropertyPartType
Specifies the part type of the CustomPropertyPart.
- id
Type: System.String
Specifies the relationship id.
Return Value
Type: DocumentFormat.OpenXml.Packaging.CustomPropertyPart
Returns the newly added part.