RibbonExtensibilityPart.AddImagePart Method (ImagePartType)
Adds a ImagePart to the RibbonExtensibilityPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Function AddImagePart ( _
partType As ImagePartType _
) As ImagePart
用法
Dim instance As RibbonExtensibilityPart
Dim partType As ImagePartType
Dim returnValue As ImagePart
returnValue = instance.AddImagePart(partType)
public ImagePart AddImagePart(
ImagePartType partType
)
Parameters
- partType
Type: DocumentFormat.OpenXml.Packaging.ImagePartType
The part type of the ImagePart.
Return Value
Type: DocumentFormat.OpenXml.Packaging.ImagePart
The newly added part.