FootnotesPart.AddEmbeddedControlPersistencePart Method (EmbeddedControlPersistencePartType, String)
Adds a EmbeddedControlPersistencePart to the FootnotesPart.
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 FootnotesPart
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
- partType
Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePartType
The part type of the EmbeddedControlPersistencePart
- id
Type: System.String
The relationship id
Return Value
Type: DocumentFormat.OpenXml.Packaging.EmbeddedControlPersistencePart
The newly added part.