Method: Axlsx::CellProtection#hidden

Defined in:
lib/axlsx/stylesheet/cell_protection.rb

#hiddenBoolean

specifies locking for cells that have the style containing this protection

Returns:

  • (Boolean)


15
16
17
# File 'lib/axlsx/stylesheet/cell_protection.rb', line 15

def hidden
  @hidden
end