module RubyXL::LegacyCell

def border_right()

returns cell's right border
def border_right()
  return get_border(:right)
end