DataColChanged事件
Select Case e.DataCol.name Case "日期" If e.DataRow.IsNull("日期") Then e.DataRow("星期") = Nothing Else e.DataRow("星期") = Format(e.DataRow("日期"),"dddd") End IfEnd Select