Method: Axlsx::OneCellAnchor#width

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

#widthInteger

the width of the graphic object in pixels. this is converted to EMU at a 92 ppi resolution

Returns:

  • (Integer)


44
45
46
# File 'lib/axlsx/drawing/one_cell_anchor.rb', line 44

def width
  @width
end