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)


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

def style
  @style
end