Click or drag to resize

PicturesCollectionAdd Method (Int32, Int32, String)

Adds image to the collection.

Namespace:  Spire.Xls.Collections
Assembly:  Spire.XLS (in Spire.XLS.dll) Version: 11.9.3.0 (11.9.3.5040)
Syntax
public ExcelPicture Add(
	int topRow,
	int leftColumn,
	string fileName
)

Parameters

topRow
Type: SystemInt32
Top row of a new picture.
leftColumn
Type: SystemInt32
Left column.
fileName
Type: SystemString
File name.

Return Value

Type: ExcelPicture
Added picture.
See Also