不能用表达式,要写代码。如 datacolchanged事件
If e.DataCol.name = "第三列" Then e.DataRow("第四列") = math.Sqrt(e.DataRow("第三列"))End If