# File lib/spreadsheet/worksheet.rb, line 80 def delete_row idx res = @rows.delete_at idx updated_from idx res end