InternationalMacroSheetPart.AddImagePart-Methode (ImagePartType)
Adds a ImagePart to the InternationalMacroSheetPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddImagePart ( _
partType As ImagePartType _
) As ImagePart
'Usage
Dim instance As InternationalMacroSheetPart
Dim partType As ImagePartType
Dim returnValue As ImagePart
returnValue = instance.AddImagePart(partType)
public ImagePart AddImagePart(
ImagePartType partType
)
Parameter
- partType
Typ: DocumentFormat.OpenXml.Packaging.ImagePartType
The part type of the ImagePart.
Rückgabewert
Typ: DocumentFormat.OpenXml.Packaging.ImagePart
The newly added part.
Siehe auch
Referenz
InternationalMacroSheetPart Klasse