Creates and adds a new picture with the specified image to the drawing.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public Picture addPicture ( |
The full name of the file containing the image.
The column where the picture will be positioned initially.
The row where the picture will be positioned initially.
A Picture object representing the newly created picture.
See Also