Method: Axlsx::TwoCellAnchor#add_pic

Defined in:
lib/axlsx/drawing/two_cell_anchor.rb

#add_pic(options = {}) ⇒ Object

Creates an image associated with this anchor.



71
72
73
# File 'lib/axlsx/drawing/two_cell_anchor.rb', line 71

def add_pic(options={})
  @object = Pic.new(self, options)
end