Method: RubyXL::LegacyCell#border_bottom

Defined in:
lib/rubyXL/cell.rb

#border_bottomObject

returns cell’s bottom border



237
238
239
# File 'lib/rubyXL/cell.rb', line 237

def border_bottom()
  return get_border(:bottom)
end