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