DataGridView中根据条件改变行的底色
摘要:
private void dataGridViewX1_CellValueChanged(object sender, DataGridViewCellEventArgs e) { if (iii == 1) { if ((bool)dataGridViewX1.CurrentRow.Cells[0].Value) dataGridViewX1.CurrentRow.DefaultCellStyl... 阅读全文
posted @ 2010-08-04 17:18 龙少爷 阅读(329) 评论(0) 推荐(0)
浙公网安备 33010602011771号