DrawCell代码:
If e.Row("比较结果") <> 0 Then
e.Style = "不等"
Else
e.Style = "相等"
End If
其中比较结果是一个表达式。
现在的情况是不论等于0,还是为空,都是e.Style = "相等"。