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