Method: RubyXL::WorksheetConvenienceMethods#get_column_font_size

Defined in:
lib/rubyXL/convenience_methods/worksheet.rb

#get_column_font_size(col = 0) ⇒ Object

[View source]

326
327
328
329
# File 'lib/rubyXL/convenience_methods/worksheet.rb', line 326

def get_column_font_size(col = 0)
  font = column_font(col)
  font && font.get_size
end