186 187 188 189
# File 'lib/rubyXL/cell.rb', line 186 def font_color() validate_worksheet get_cell_font.get_rgb_color || '000000' end