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.
46 47 48 |
# File 'lib/axlsx/workbook/worksheet/col.rb', line 46 def collapsed @collapsed end |