If e.DataRow("第一列").Contanis( "d") = true Then e.DataRow("第五列") = e.DataRow("第三列")
else
e.DataRow("第四列") = e.DataRow("第三列")
end if