Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IPictureShape Add(
	int topRow,
	int leftColumn,
	int bottomRow,
	int rightColumn,
	Stream stream
)
Public Function Add ( 
	topRow As Integer,
	leftColumn As Integer,
	bottomRow As Integer,
	rightColumn As Integer,
	stream As Stream
) As IPictureShape
public:
virtual IPictureShape^ Add(
	int topRow, 
	int leftColumn, 
	int bottomRow, 
	int rightColumn, 
	Stream^ stream
) sealed
abstract Add : 
        topRow : int * 
        leftColumn : int * 
        bottomRow : int * 
        rightColumn : int * 
        stream : Stream -> IPictureShape 
override Add : 
        topRow : int * 
        leftColumn : int * 
        bottomRow : int * 
        rightColumn : int * 
        stream : Stream -> IPictureShape 

Parameters

topRow
Int32
leftColumn
Int32
bottomRow
Int32
rightColumn
Int32
stream
Stream

Return Value

IPictureShape

Implements

IPictures..::..Add(Int32, Int32, Int32, Int32, Stream)

See Also