DataRowAdded事件
e.datarow("B") = "尚未启动"
DataColChanged事件
If e.datacol.name = "A" then
If e.datarow("A") = nothing Then
else
e.datarow("B") = ""
End If