1、表达式不变。
2、在DrawCell事件如下设置代码:
If e.Col.Name = "折扣后金额" AndAlso e.Text > "" Then Dim v As Double = e.text v = Math.Floor(v * 100) / 100End If