2007年1月8日

摘要: Windows Forms DataGridView 没有提供合并单元格的功能,要实现合并单元格的功能就要在CellPainting事件中使用Graphics.DrawLine和 Graphics.DrawString 自己来“画”。 阅读全文
posted @ 2007-01-08 19:28 大豆男生 阅读(5566) 评论(4) 推荐(0) 编辑

导航