Method: Writeexcel::Format#set_bottom

Defined in:
lib/writeexcel/format.rb

#set_bottom(style) ⇒ Object

set bottom border of the cell. see set_border() about style.



1118
1119
1120
# File 'lib/writeexcel/format.rb', line 1118

def set_bottom(style)
  @bottom = style
end