方法一:
http://www.foxtable.com/help/topics/1471.htm
方法二:
http://www.foxtable.com/help/topics/0656.htm
设置DrawCell事件:
if e.Col.name = "某某列" then
if e.Text = "0" then
e.Text = ""
end if