可以直接设置e.NewValue:
If e.DataCol.Name = "损耗" OrElse e.DataCol.Name = "利用率" Then If e.NewValue >= 1 Then e.NewValue = e.NewValue/100 End IfEnd If