WorksheetPart.AddEmbeddedControlPersistencePart Method (String, String)

Adds a EmbeddedControlPersistencePart to the WorksheetPart.

Namespace:  DocumentFormat.OpenXml.Packaging
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function AddEmbeddedControlPersistencePart ( _
    contentType As String, _
    id As String _
) As EmbeddedControlPersistencePart
'Usage
Dim instance As WorksheetPart
Dim contentType As String
Dim id As String
Dim returnValue As EmbeddedControlPersistencePart

returnValue = instance.AddEmbeddedControlPersistencePart(contentType, _
    id)
public EmbeddedControlPersistencePart AddEmbeddedControlPersistencePart(
    string contentType,
    string id
)

Parameters

  • contentType
    Type: System.String
    the content type of the EmbeddedControlPersistencePart

Return Value

Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart
The newly added part.

See Also

Reference

WorksheetPart Class

WorksheetPart Members

AddEmbeddedControlPersistencePart Overload

DocumentFormat.OpenXml.Packaging Namespace