Method: RubyXL::LegacyCell#border_right

Defined in:
lib/rubyXL/cell.rb

#border_rightObject

returns cell’s right border



232
233
234
# File 'lib/rubyXL/cell.rb', line 232

def border_right()
  return get_border(:right)
end