Namespace: Spire.Xls.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 ExcelPicture Add(
	int topRow,
	int leftColumn,
	int bottomRow,
	int rightColumn,
	Stream stream,
	ImageFormatType imageFormat
)
Public Function Add ( 
	topRow As Integer,
	leftColumn As Integer,
	bottomRow As Integer,
	rightColumn As Integer,
	stream As Stream,
	imageFormat As ImageFormatType
) As ExcelPicture
public:
ExcelPicture^ Add(
	int topRow, 
	int leftColumn, 
	int bottomRow, 
	int rightColumn, 
	Stream^ stream, 
	ImageFormatType imageFormat
)
member Add : 
        topRow : int * 
        leftColumn : int * 
        bottomRow : int * 
        rightColumn : int * 
        stream : Stream * 
        imageFormat : ImageFormatType -> ExcelPicture 

Parameters

topRow
Int32
leftColumn
Int32
bottomRow
Int32
rightColumn
Int32
stream
Stream
imageFormat
ImageFormatType

Return Value

ExcelPicture

See Also