Method: TableSetting::Sheet#new_row

Defined in:
lib/table_setting/sheet.rb

#new_row(options = {}) ⇒ Object



45
46
47
# File 'lib/table_setting/sheet.rb', line 45

def new_row(options = {})
  TableSetting::Row.new(self, options)
end