returns cell’s top border
222 223 224
# File 'lib/rubyXL/cell.rb', line 222 def border_top() return get_border(:top) end