Method: Axlsx::Col#collapsed
- Defined in:
- lib/axlsx/workbook/worksheet/col.rb
#collapsed ⇒ Boolean
Flag indicating if the outlining of the affected column(s) is in the collapsed state.
50 51 52 |
# File 'lib/axlsx/workbook/worksheet/col.rb', line 50 def collapsed @collapsed end |