DataGridView1.Rows[i].Cells[j].Values=单元格的值;设备复选框的值:DataGridView1.Rows[i].Cells[j].Valuse=true;DataGridView1.Rows[i].Cells[j].Valuse=false;获取复选框的值:bool flag=(bool)DataGridView1.Rows[i].Cells[j].FormattedValue;
路过