XlsPicturesCollection
Add Method (Int32, Int32, Stream)
|
Adds image 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(
int topRow,
int leftColumn,
Stream stream
)
Public Function Add (
topRow As Integer,
leftColumn As Integer,
stream As Stream
) As IPictureShape
public:
virtual IPictureShape^ Add(
int topRow,
int leftColumn,
Stream^ stream
) sealed
abstract Add :
topRow : int *
leftColumn : int *
stream : Stream -> IPictureShape
override Add :
topRow : int *
leftColumn : int *
stream : Stream -> IPictureShape
Parameters
-
topRow
-
Type:
System
Int32
Top row of a new picture.
-
leftColumn
-
Type:
System
Int32
Left column.
-
stream
-
Type:
System.IO
Stream
Stream with the picture.
Return Value
Type:
IPictureShape
Added picture.
Implements
IPictures
Add(Int32, Int32, Stream)
See Also