Sep
26
DataGridViewRow row = new DataGridViewRow();
row.CreateCells(MyDataGridView, new object[] { .... });
row.Selected = true;
MyDataGridView.CurrentCell = row.Cells[0];
DataGridViewRow row = new DataGridViewRow();
row.CreateCells(MyDataGridView, new object[] { .... });
row.Selected = true;
MyDataGridView.CurrentCell = row.Cells[0];
| 帮助 | ||
您还没有登录,请登录后继续操作。