Method: Axlsx::Col#width

Defined in:
lib/axlsx/workbook/worksheet/col.rb

#widthNumeric

The width of the column

Returns:

  • (Numeric)


71
72
73
# File 'lib/axlsx/workbook/worksheet/col.rb', line 71

def width
  @width
end