Click or drag to resize

IPictures Add Method (Image, String)

Adds picture to the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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.
See Also