Method: Axlsx::Col#collapsed

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

#collapsedBoolean

Flag indicating if the outlining of the affected column(s) is in the collapsed state.

Returns:

  • (Boolean)


50
51
52
# File 'lib/axlsx/workbook/worksheet/col.rb', line 50

def collapsed
  @collapsed
end