摘要:
如果该dataGridView是跟数据库绑定的,则可以触发DataBindingComplete事件:View Code 1 if (this.dataGridView1.Rows.Count!= 0) 2 { 3 for (int i = 0; i < this.dataGridView1.Rows.Count; i++) 4 { 5 if (i % 2 == 0) 6 { 7 ... 阅读全文
posted @ 2011-12-06 09:24
月亮的影子
阅读(554)
评论(0)
推荐(0)

浙公网安备 33010602011771号