摘要: 一、DataGridView 取得或者修改当前单元格的内容:当前单元格指的是 DataGridView 焦点所在的单元格,它可以通过 DataGridView 对象的 CurrentCell 属性取得。如果当前单元格不存在的时候,返回Nothing(C#是null)// 取得当前单元格内容Conso... 阅读全文
posted @ 2014-11-13 16:30 Aaron-jian 阅读(146) 评论(0) 推荐(0)