摘要: 最近工作中用到了动态给DataGridView添加列 并给此列赋值,故记录一下 var col = new DataGridViewColumn(); //要插入列的类型 col.CellTemplate = new DataGridViewTextBoxCell(); col.Name = "co 阅读全文
posted @ 2020-05-15 11:41 Hi!宋先生 阅读(2714) 评论(0) 推荐(1)