1. //不显示出dataGridView1的最后一行空白
  2.  
    dataGridView1.AllowUserToAddRows = false;
  3.  
     
  4.  
    直接在LODE事件