Share via


WorksheetPart.AddEmbeddedObjectPart Method (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.]

Add a EmbeddedObjectPart to the WorksheetPart

Namespace: Microsoft.Office.DocumentFormat.OpenXml.Packaging
Assembly: Microsoft.Office.DocumentFormat.OpenXml (in microsoft.office.documentformat.openxml.dll)

Syntax

'Declaration
Public Function AddEmbeddedObjectPart ( _
    contentType As String _
) As EmbeddedObjectPart
'Usage
Dim instance As WorksheetPart
Dim contentType As String
Dim returnValue As EmbeddedObjectPart

returnValue = instance.AddEmbeddedObjectPart(contentType)
public EmbeddedObjectPart AddEmbeddedObjectPart (
    string contentType
)

Parameters

  • contentType
    the content type of the EmbeddedObjectPart

Return Value

The newly added part

See Also

Reference

WorksheetPart Class
WorksheetPart Members
Microsoft.Office.DocumentFormat.OpenXml.Packaging Namespace