WorksheetPart.AddCustomPropertyPart Method (String, String)
Adds a CustomPropertyPart to the WorksheetPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Function AddCustomPropertyPart ( _
contentType As String, _
id As String _
) As CustomPropertyPart
'使用
Dim instance As WorksheetPart
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
the content type of the CustomPropertyPart.
- id
Type: System.String
The relationship id.
Return Value
Type: DocumentFormat.OpenXml.Packaging.CustomPropertyPart
The newly added part.