Method: Axlsx::CellStyle#name

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

#nameString

The name of this cell style

Returns:

  • (String)


8
9
10
# File 'lib/axlsx/stylesheet/cell_style.rb', line 8

def name
  @name
end