Click or drag to resize

IPictures Add Method (Int32, Int32, Int32, Int32, Stream)

Adds 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 Add(
	int topRow,
	int leftColumn,
	int bottomRow,
	int rightColumn,
	Stream stream
)

Parameters

topRow
Type: System Int32
Top row of a new picture.
leftColumn
Type: System Int32
Left column.
bottomRow
Type: System Int32
Bottom row.
rightColumn
Type: System Int32
Right column.
stream
Type: System.IO Stream
Stream with the picture.

Return Value

Type: IPictureShape
Added picture.
See Also