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

Parameters

image
Image
pictureName
String

Return Value

IPictureShape

See Also