datacolchanged
If e.datarow("姓名") = nothing then
e.datarow("人数") = 0
Else
e.datarow("人数") = e.datarow("姓名").split("|").length + 1
End If