datacolchanged事件
If e.datacol.name = "A" andalso e.newvalue = nothing then
e.datarow("A") = e.datarow("B")
end If