# File lib/spreadsheet/format.rb, line 364 def border_color=(color) [@bottom_color,@top_color,@left_color,@right_color].each{ |a| a = color } end