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