Search
Drawing Class
Remarks See Also
 






Represents a drawing within a worksheet. A drawing can contain unlimited number of visual elements such as pictures, diagrams and charts.

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

 Syntax

Java  Copy Code

public class Drawing

 Remarks

This class cannot be instantiated directly. In order to obtain a reference to a drawing use the Worksheet.getDrawing property of the respective Worksheet object.

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.spreadsheet.Drawing

 See Also