Search
Drawing Members
Methods
 


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

The following tables list the members exposed by the Drawing type.

 Public Methods

  Name Description

addChart

Overloaded. Creates and adds a new chart to the drawing.

addPicture

Overloaded. Creates and adds a new picture to the drawing.

bringForward

Moves the specified object one step up in the z-order.

bringToFront

Brings the specified object to the top of the z-order.

clear

Removes all objects from the drawing.

getCharts

Gets an iterable with all charts in the drawing.

getPictures

Gets an iterable with all pictures in the drawing.

remove

Removes the specified object from the drawing.

sendBackward

Moves the specified object one step down in the z-order.

sendToBack

Sends the specified object to the bottom of the z-order.

 See Also