这个只能用DrawCell事件的:
http://www.foxtable.com/help/topics/0656.htm
代码:
If e.Col.Name = "某某列" Then
If e.Text > "" Then
e.Text = e.Text & "G"
End If