DataGridViewCell cell=this.dataGridView.CurrentCell;
this.dataGridView.EndEdit();
this.CurrentCell = null;

相关文章: