1、如果是数值列,小数后面不能是0
2、如果是字符串,datacolchanged事件
If e.datarow("第一列").contains(".") = false then
e.datarow("第一列") = e.datarow("第一列") & ".0"
End If