addDrawing
Adds a new drawing to this sheet.
Parameters
drawing Object
This can contain the same properties as you can pass to sheets.drawings configuration options.
Returns
Object
an internal Drawing object containing the passed properties. The
internals of this object are not intended to be public API at this point, but
you can pass this object reference to removeDrawing
if you want to remove this drawing.