If e.DataCol.Name = "预估支出" OrElse e.DataCol.Name = "剩余天数" Then If e.DataRow.IsNull("预估支出") OrElse e.DataRow.IsNull("剩余天数") Then e.DataRow("预估每天平均") = Nothing Else e.DataRow("预估每天平均") = e.DataRow("预估支出") / e.DataRow("剩余天数") End IfEnd If