直接这样就可以了:
Dim dr As DataRow = e.DataRowSelect Case e.DataCol.name Case "第一列","第二列","第三列"
dr("第五列")=dr("第一列")+dr("第二列")+dr("第三列")
End Select