把以下代码写在表属性中,datacolchanged 中
If e.DataCol.Name = "材质计量" Then If e.DataRow("材质计量") ="立方" Then e.DataRow("xxx") = e.DataRow("xxx") * e.DataRow("xxx")*e.DataRow("xxx")
Elseif e.DataRow("材质计量") ="平方" Then e.DataRow("xxx") = e.DataRow("长") * e.DataRow("宽") End IfEnd If