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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
IPictureShape Add(
	int topRow,
	int leftColumn,
	Stream stream
)
Function Add ( 
	topRow As Integer,
	leftColumn As Integer,
	stream As Stream
) As IPictureShape
IPictureShape^ Add(
	int topRow, 
	int leftColumn, 
	Stream^ stream
)
abstract Add : 
        topRow : int * 
        leftColumn : int * 
        stream : Stream -> IPictureShape 

Parameters

topRow
Int32
leftColumn
Int32
stream
Stream

Return Value

IPictureShape

See Also