这个没有办法,但是你可以用DrawCell事件解决:
if e.col.Name = "1月"
if e.Row("费用大类").Contains("%") then
e.Text = Format(e.text,"#0.00%")
end if
End if