Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
我写的代码显然不对,其结果是单元格带颜色背景,而字符串依旧.
Dim dr AS Row=e.Row
If e.col.name="兼容电池" Then
If e.Row.IsNull(e.Col.Name) = False
Static battery AS String
battery=dr("电池型号")
e.style="样式1"
e.text=battery
End If
End If
这个应该不需要用PUBLIC变量的吧.