谁能帮我把这段代码改成数字与数字相加的啊?
这段代码:Ife.ColumnIndex=DataGridView1.Columns.Count-1ThenExitSubEndIfForiAsInt32=0ToData...
这段代码:
If e.ColumnIndex = DataGridView1.Columns.Count - 1 Then
Exit Sub
End If
For i As Int32 = 0 To DataGridView1.Rows.Count - 2
Dim A = DataGridView1.Rows(i).Cells(3).Value
Dim B = DataGridView1.Rows(i).Cells(4).Value
Dim C = DataGridView1.Rows(i).Cells(5).Value
If DataGridView1.Rows(i).Cells(3).Value Is DBNull.Value Or DataGridView1.Rows(i).Cells(4).Value Is DBNull.Value Or DataGridView1.Rows(i).Cells(5).Value Is DBNull.Value Then
Else
DataGridView1.Rows(i).Cells(6).Value = A + B + C
End If
Next
一运行结果是这样的:
我想得到的结果是在第6列现实 前3列相加的和 也就是在物料描述 显示1+1+1=3 显示3 而不是111 展开
If e.ColumnIndex = DataGridView1.Columns.Count - 1 Then
Exit Sub
End If
For i As Int32 = 0 To DataGridView1.Rows.Count - 2
Dim A = DataGridView1.Rows(i).Cells(3).Value
Dim B = DataGridView1.Rows(i).Cells(4).Value
Dim C = DataGridView1.Rows(i).Cells(5).Value
If DataGridView1.Rows(i).Cells(3).Value Is DBNull.Value Or DataGridView1.Rows(i).Cells(4).Value Is DBNull.Value Or DataGridView1.Rows(i).Cells(5).Value Is DBNull.Value Then
Else
DataGridView1.Rows(i).Cells(6).Value = A + B + C
End If
Next
一运行结果是这样的:
我想得到的结果是在第6列现实 前3列相加的和 也就是在物料描述 显示1+1+1=3 显示3 而不是111 展开
2个回答
展开全部
DataGridView1.Rows(i).Cells(6).Value = val(A) + val(B) + val(C)
追问
修改了 提示 未处理的“System.StackOverflowException”类型的异常出现在 System.dll 中。
追答
.NET ? 不是很熟悉这个。
这样试试,不行我也没办法了。
DataGridView1.Rows(i).Cells(6).Value = cstr(val(A) + val(B) + val(C))
上海巴鲁图工程机械科技有限公司_
2022-05-15 广告
2022-05-15 广告
光电编码器,是一种通过光电转换将输出轴上的机械几何位移量转换成脉冲或数字量的传感器。光电编码器每转输出60(我们用老板没有说)个脉冲,五线制。其中两根为电源线,三根为脉冲线(A相、B相、Z)。电源的工作电压为 (+5~+24V)直流电源。光...
点击进入详情页
本回答由上海巴鲁图工程机械科技有限公司_提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询