Click or drag to resize

XlsPicturesCollection Add Method (Image, String)

Adds picture to the collection.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IPictureShape Add(
	Image image,
	string pictureName
)

Parameters

image
Type: System.Drawing Image
Picture to add.
pictureName
Type: System String
Picture name.

Return Value

Type: IPictureShape
Added picture.

Implements

IPictures Add(Image, String)
See Also