Method: RubyXL::LegacyCell#change_border_diagonal

Defined in:
lib/rubyXL/cell.rb

#change_border_diagonal(weight = 'thin') ⇒ Object

changes diagonal border of cell



136
137
138
# File 'lib/rubyXL/cell.rb', line 136

def change_border_diagonal(weight='thin')
  change_border(:diagonal, weight)
end