returns cell’s left border
227 228 229
# File 'lib/rubyXL/cell.rb', line 227 def border_left() return get_border(:left) end