WorkbookPart.AddThumbnailPart Method (String, String)
Adds a ThumbnailPart to the WorkbookPart.
Namespace: DocumentFormat.OpenXml.Packaging
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
'Declaration
Public Function AddThumbnailPart ( _
contentType As String, _
id As String _
) As ThumbnailPart
'Usage
Dim instance As WorkbookPart
Dim contentType As String
Dim id As String
Dim returnValue As ThumbnailPart
returnValue = instance.AddThumbnailPart(contentType, _
id)
public ThumbnailPart AddThumbnailPart(
string contentType,
string id
)
- contentType
Type: System.String
the content type of the ThumbnailPart
- id
Type: System.String
The relationship id
Type: DocumentFormat.OpenXml.Packaging.ThumbnailPart
The newly added part.