如果你的dataGridView是绑定了数据源的话, 修改数据源中相关的值, 如DataTable, DataSet; 至于非绑定模式使用dataGridView可以直接修改dataGridView.Rows.Cells[0, 0].Value这种方式修改值