FooterPart.AddEmbeddedControlPersistencePart Method (EmbeddedControlPersistencePartType) (Microsoft.Office.DocumentFormat.OpenXml.Packaging)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)
Syntax
'Declaration
Public Function AddEmbeddedControlPersistencePart ( _
partType As EmbeddedControlPersistencePartType _
) As EmbeddedControlPersistencePart
'Usage
Dim instance As FooterPart
Dim partType As EmbeddedControlPersistencePartType
Dim returnValue As EmbeddedControlPersistencePart
returnValue = instance.AddEmbeddedControlPersistencePart(partType)
public EmbeddedControlPersistencePart AddEmbeddedControlPersistencePart (
EmbeddedControlPersistencePartType partType
)
Parameters
- partType
See Also
Reference
FooterPart Class
FooterPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace