这个没有的,只能设置标题,你可以参考:
http://www.foxtable.com/webhelp/scr/1275.htm
for Each c as col in DataTables("统计表").DataCols
c.Caption = e.Caption.Replace("_1",“_名称1”)
c.Caption = e.Caption.Replace("_2",“_名称2”)
next
DataTables("统计表").BuildHeader()