Search
Drawing.addPicture Method (String, Int32, Int32)
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,
    int column,
    int row
)

 Parameters

imagePath

The full name of the file containing the image.

column

The column where the picture will be positioned initially.

row

The row where the picture will be positioned initially.

 Return Value

A Picture object representing the newly created picture.

 See Also