rocky54321

2014年9月4日

c# WinForm开发 DataGridView控件的各种操作总结(单元格操作,属性设置)

摘要: 一、单元格内容的操作*****// 取得当前单元格内容 Console.WriteLine(DataGridView1.CurrentCell.Value);// 取得当前单元格的列 Index Console.WriteLine(DataGridView1.CurrentCell.ColumnIn... 阅读全文

posted @ 2014-09-04 17:32 rocky54321 阅读(324) 评论(0) 推荐(0)

导航