摘要: C# DataGridView控件用法大全 动态添加新行 //方法一: int index = this.dataGridView1.Rows.Add(); this.dataGridView1.Rows[index].Cells[0].Value = "第1列单元格"; this.dataGrid 阅读全文
posted @ 2024-10-16 19:19 funiyi816 阅读(267) 评论(0) 推荐(0)