摘要:
从我的CSDN博客转移过来,发布日期:2007-09-30到面前为止,net里的DataGridView控件不能实现你的要求,如下:Code Snippet private void dataGridView1_CellPainting(object sender, DataGridViewCellPaintingEventArgs e) { if (e.ColumnIndex == 2 &... 阅读全文
posted @ 2009-08-09 10:12
Tony Chi
阅读(1600)
评论(0)
推荐(0)