refresh

导航

2012年6月1日 #

DataGridView添加行号

摘要: 1 private void dgv_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) 2 { 3 try 4 { 5 SolidBrush v_SolidBrush = new SolidBrush(this.dgvAccountBook.RowHeadersDefaultCellStyle.ForeColor); 6 int v_LineNo = 0; 7 ... 阅读全文

posted @ 2012-06-01 16:45 refresh 阅读(235) 评论(0) 推荐(0)