Method: RubyXL::LegacyCell#border_top

Defined in:
lib/rubyXL/cell.rb

#border_topObject

returns cell’s top border



222
223
224
# File 'lib/rubyXL/cell.rb', line 222

def border_top()
  return get_border(:top)
end