Search
Drawing.addPicture Method (String)
See Also
 






Creates and adds a new picture with the specified image to the drawing.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Picture addPicture (
    String imagePath
)

 Parameters

imagePath

The full name of the file containing the image.

 Return Value

A Picture object representing the newly created picture.

 See Also