111,120
社区成员
发帖
与我相关
我的任务
分享
this.dataGridView1.Focus();//这句是为了获取焦点
dataGridView1.CurrentCell.Value = combobox_Temp.SelectedValue.ToString() string str = "abc";
this.dataGridView1.Focus();
this.dataGridView1.CurrentCell.Value = str;