Method: RubyXL::Cell#change_border_diagonal
- Defined in:
- lib/rubyXL/cell.rb
#change_border_diagonal(weight = 'thin') ⇒ Object
changes diagonal border of cell
230 231 232 |
# File 'lib/rubyXL/cell.rb', line 230 def change_border_diagonal(weight='thin') change_border(:diagonal, weight) end |