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

Parameters

image
Image
pictureName
String

Return Value

IPictureShape

Implements

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

See Also