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 AddPicture(
	Image image,
	string pictureName,
	ImageFormatType imageFormat
)
Function AddPicture ( 
	image As Image,
	pictureName As String,
	imageFormat As ImageFormatType
) As IPictureShape
IPictureShape^ AddPicture(
	Image^ image, 
	String^ pictureName, 
	ImageFormatType imageFormat
)
abstract AddPicture : 
        image : Image * 
        pictureName : string * 
        imageFormat : ImageFormatType -> IPictureShape 

Parameters

image
Image
pictureName
String
imageFormat
ImageFormatType

Return Value

IPictureShape

See Also