XlsPicturesCollection
Add Method (Image, String)
 | 
Adds picture to the collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
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
 
- 
Type:
System.Drawing
Image
Picture to add.
 
- 
pictureName
 
- 
Type:
System
String
Picture name.
 
Return Value
Type:
IPictureShape
Added picture.
Implements
IPictures
Add(Image, String)
 
See Also