Click or drag to resize

IShapes AddPicture Method (String)

Adds new image 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 AddPicture(
	string fileName
)

Parameters

fileName
Type: System String
File name with the image.

Return Value

Type: IPictureShape
Newly created picture shape.
See Also