DataColChanged事件,代码
If e.DataCol.Name = "工作内容描述" Then If e.NewValue Is Nothing Then e.DataRow("天数") = Nothing Else e.DataRow("天数") = 1 End IfEnd If