Method: TableSetting::Sheet#spacer

Defined in:
lib/table_setting/sheet.rb

#spacerObject



41
42
43
# File 'lib/table_setting/sheet.rb', line 41

def spacer
  self.new_row.new_cell('', span: 'all')
end