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,
	Image image,
	int scaleWidth,
	int scaleHeight,
	ImageFormatType imageFormat
)
Function Add ( 
	topRow As Integer,
	leftColumn As Integer,
	image As Image,
	scaleWidth As Integer,
	scaleHeight As Integer,
	imageFormat As ImageFormatType
) As IPictureShape
IPictureShape^ Add(
	int topRow, 
	int leftColumn, 
	Image^ image, 
	int scaleWidth, 
	int scaleHeight, 
	ImageFormatType imageFormat
)
abstract Add : 
        topRow : int * 
        leftColumn : int * 
        image : Image * 
        scaleWidth : int * 
        scaleHeight : int * 
        imageFormat : ImageFormatType -> IPictureShape 

Parameters

topRow
Int32
leftColumn
Int32
image
Image
scaleWidth
Int32
scaleHeight
Int32
imageFormat
ImageFormatType

Return Value

IPictureShape

See Also