DialogsheetPart.AddEmbeddedControlPersistencePart Method (EmbeddedControlPersistencePartType, 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 an EmbeddedControlPersistencePart to the DialogsheetPart.

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

Syntax

'Declaration
Public Function AddEmbeddedControlPersistencePart ( _
    partType As EmbeddedControlPersistencePartType, _
    id As String _
) As EmbeddedControlPersistencePart
'Usage
Dim instance As DialogsheetPart
Dim partType As EmbeddedControlPersistencePartType
Dim id As String
Dim returnValue As EmbeddedControlPersistencePart

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

Parameters

Return Value

Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart
Returns the newly added part.

See Also

Reference

DialogsheetPart Class

DialogsheetPart Members

AddEmbeddedControlPersistencePart Overload

DocumentFormat.OpenXml.Packaging Namespace