Method: Axlsx::CellStyle#hidden
- Defined in:
- lib/axlsx/stylesheet/cell_style.rb
#hidden ⇒ Boolean
Determines if this named style should show in the list of styles when using excel
44 45 46 |
# File 'lib/axlsx/stylesheet/cell_style.rb', line 44 def hidden @hidden end |