Method: Axlsx::Col#style

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

#styleInteger

Default style for the affected column(s). Affects cells not yet allocated in the column(s). In other words, this style applies to new columns.

Returns:

  • (Integer)


63
64
65
# File 'lib/axlsx/workbook/worksheet/col.rb', line 63

def style
  @style
end