Method: Axlsx::Col#width

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

#widthNumeric

The width of the column

Returns:

  • (Numeric)


67
68
69
# File 'lib/axlsx/workbook/worksheet/col.rb', line 67

def width
  @width
end