Fork me on GitHub
摘要: 1、GridColor属性用来获取或设置网格线的颜色dataGridView1.GridColor=Color.Blue;2、设置宽度 、高度dataGridView1.Columns[0].Width=200;dataGridView1.Rows[0].Height = 100;3、设置字体dataGridView1.DefaultCellStyle.Font = new Font("隶书",14);dataGridView1.Columns[0].DefaultCellStyle.Font = new Font("宋体", 12);dataGridV 阅读全文
posted @ 2013-08-30 21:12 种花生的读书人 阅读(412) 评论(0) 推荐(0) 编辑

该博客仅作为记录笔记,转载随意