Method: Axlsx::Col#style
- Defined in:
- lib/axlsx/workbook/worksheet/col.rb
#style ⇒ Integer
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.
67 68 69 |
# File 'lib/axlsx/workbook/worksheet/col.rb', line 67 def style @style end |