关于datagridview自动选中最新的一行数据(最后一条数据)时间:2022-02-15 14:47:33dataGridView.CurrentCell = dataGridView.Rows[index].Cells[0];//自动选中最新的一行数据,其中index为最新的一行也是最后一行