Method: RubyXL::LegacyCell#font_size

Defined in:
lib/rubyXL/cell.rb

#font_sizeObject



181
182
183
184
# File 'lib/rubyXL/cell.rb', line 181

def font_size()
  validate_worksheet
  get_cell_font.get_size
end