C#使用dataGridView的rowCount做循环的上限值,结果老是出现“未将对象引用设置到对象的实例”这个错误。
解决方法:循环中改正,将限值减去1。即rowCount-1
这样就不会报错了。