Method: RubyXL::WorksheetConvenienceMethods#change_column_width

Defined in:
lib/rubyXL/convenience_methods/worksheet.rb

#change_column_width(column_index, width_in_chars = RubyXL::ColumnRange::DEFAULT_WIDTH) ⇒ Object

[View source]

384
385
386
# File 'lib/rubyXL/convenience_methods/worksheet.rb', line 384

def change_column_width(column_index, width_in_chars = RubyXL::ColumnRange::DEFAULT_WIDTH)
  change_column_width_raw(column_index, RubyXL::ColumnRange::chars2raw(width_in_chars))
end