日期:2014-05-18 浏览次数:21065 次
dataGridView1.Columns.Add("123","列1"); //向dataGridView1添加一列,列名为“123”,列标头为“列1” dataGridView1.Columns.Add("234","列2"); . . . dataGridView1.Rows.Add(); dataGridView1.Rows[0].Cells["123"].Value = "1234"; //添加第一行第一列 dataGridView1.Rows[0].Cells["234"].Value = "rdsf"; //添加第一行第二列 . . . dataGridView1.Rows.Add(); dataGridView1.Rows[1].Cells["123"].Value = "1234"; //添加第二行第一列 dataGridView1.Rows[1].Cells["234"].Value = "rdsf"; //添加第二行第二列 . . .
------解决方案--------------------
够智能
------解决方案--------------------
pda 下的 datagrid 是只能绑定的, 除非自己重写, 貌似我就写了一个, 呵呵,有时间找找看还在不在
------解决方案--------------------
開發手機軟件,這是很好的選擇
http://www.resco.net/