Method: RubyXL::LegacyCell#change_border_bottom

Defined in:
lib/rubyXL/cell.rb

#change_border_bottom(weight = 'thin') ⇒ Object

changes bottom border of cell



131
132
133
# File 'lib/rubyXL/cell.rb', line 131

def change_border_bottom(weight='thin')
  change_border(:bottom, weight)
end