未将对象引用设置到对象的实例。

2024-07-19 00:08:18作者:饭克斯

dataGridView1.Rows[i].Cells[j].Value为null了

或者dataGridView1.Rows[i].Cells[j]为null

修改为:

for(intj=0;j<dataGridView1.Rows[i].Cells.Count;j++)

{

stringstr123=Convert.ToString(dataGridView1.Rows[i].Cells[j].Value);

展开全文

热门推荐

相关攻略

猜你喜欢