摘要: private void dataGridView1_RowPostPaint(object sender, DataGridViewRowPostPaintEventArgs e) { Rectangle rectangle = new Rectangle(e.RowBounds.Location.X, e.RowBounds.Location.Y, dataGridView1.RowHeade... 阅读全文
posted @ 2010-04-08 11:26 M' 阅读(340) 评论(0) 推荐(0)