datacolchanging事件
If e.NewValue <> Nothing Then Dim ary = e.NewValue.split(";") If ary.length = 2 Then e.newvalue = ary(1) End IfEnd If