MacroSheetPart.AddImagePart Method (ImagePartType, String)
Adds a ImagePart to the MacroSheetPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Function AddImagePart ( _
partType As ImagePartType, _
id As String _
) As ImagePart
'Usage
Dim instance As MacroSheetPart
Dim partType As ImagePartType
Dim id As String
Dim returnValue As ImagePart
returnValue = instance.AddImagePart(partType, _
id)
public ImagePart AddImagePart(
ImagePartType partType,
string id
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.ImagePartType
The part type of the ImagePart.
- id
Type: System.String
The relationship id.
Return Value
Type: DocumentFormat.OpenXml.Packaging.ImagePart
The newly added part.