Method: RubyXL::LegacyCell#change_border_left
- Defined in:
- lib/rubyXL/cell.rb
#change_border_left(weight = 'thin') ⇒ Object
changes left border of cell
121 122 123 |
# File 'lib/rubyXL/cell.rb', line 121 def change_border_left(weight='thin') change_border(:left, weight) end |