Method: RubyXL::LegacyCell#fill_color

Defined in:
lib/rubyXL/cell.rb

#fill_colorObject

returns cell’s fill color



192
193
194
195
# File 'lib/rubyXL/cell.rb', line 192

def fill_color()
  validate_worksheet
  return workbook.get_fill_color(get_cell_xf)
end