Freigeben über


MacroSheetPart.AddImagePart-Methode (String)

Adds a ImagePart to the MacroSheetPart.

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

Syntax

'Declaration
Public Function AddImagePart ( _
    contentType As String _
) As ImagePart
'Usage
Dim instance As MacroSheetPart
Dim contentType As String
Dim returnValue As ImagePart

returnValue = instance.AddImagePart(contentType)
public ImagePart AddImagePart(
    string contentType
)

Parameter

  • contentType
    Typ: System.String
    the content type of the ImagePart.

Rückgabewert

Typ: DocumentFormat.OpenXml.Packaging.ImagePart
The newly added part.

Siehe auch

Referenz

MacroSheetPart Klasse

MacroSheetPart-Member

AddImagePart Überladung

DocumentFormat.OpenXml.Packaging-Namespace