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(
	Image image,
	string pictureName,
	ImageFormatType imageFormat
)
Public Function Add ( 
	image As Image,
	pictureName As String,
	imageFormat As ImageFormatType
) As IPictureShape
public:
virtual IPictureShape^ Add(
	Image^ image, 
	String^ pictureName, 
	ImageFormatType imageFormat
) sealed
abstract Add : 
        image : Image * 
        pictureName : string * 
        imageFormat : ImageFormatType -> IPictureShape 
override Add : 
        image : Image * 
        pictureName : string * 
        imageFormat : ImageFormatType -> IPictureShape 

Parameters

image
Image
pictureName
String
imageFormat
ImageFormatType

Return Value

IPictureShape

Implements

IPictures..::..Add(Image, String, ImageFormatType)

See Also