摘要: for (int i = 0; i < dataGridView1.Rows.Count; i++) { if ((bool)dataGridView1.Rows[i].Cells[0].EditedFormattedValue==true) //之前用value,值一直不变,改为EditedFor 阅读全文
posted @ 2018-03-29 17:42 卡萨丁·周 阅读(3268) 评论(0) 推荐(0) 编辑