ds.Tables[0].Rows.RemoveAt(gridView1.FocusedRowHandle); //ds是Tables[0]中的所有数据,此时已被移除了一条 //开始处理其余数据的操作 RemoveAt方法