# File lib/spreadsheet/format.rb, line 356
   def border=(style)
      [@bottom,@top,@right,@left].each{ |attr| attr = style }
   end