Sep
26
作者:Qiu
DataGridViewRow row = new DataGridViewRow();
row.CreateCells(MyDataGridView, new object[] { .... });
row.Selected = true;
MyDataGridView.CurrentCell = row.Cells[0];
您必须登录 才能进行评论。




您还没有登录,请登录后继续操作。