this.dataGridView1.CurrentCell = this.dataGridView1.Rows[2].Cells[0]; this.dataGridView1.BeginEdit(false);
this.dataGridView1.CurrentCell = this.dataGridView1.Rows[2].Cells[0]; -指定了当前行为: 第二行第0列 this.dataGridView1.BeginEdit(false); -进入编辑状态。 你也可以 send Tab 不怎么建议跳行。让用户自己按键或点击比较好。
111,094
社区成员
642,554
社区内容
加载中
让您成为最强悍的C#开发者
试试用AI创作助手写篇文章吧