以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  表格内容居中  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=104955)

--  作者:刘林
--  发布时间:2017/8/9 9:25:00
--  表格内容居中
With .Body.AddRow(r("考试名称"),r("语文_语总"),r("数学_数总"),r("英语_英总"),r("政治_政总"),r("历史_历总"),r("生物_"))
如何让这个中内容居中呢
--  作者:有点甜
--  发布时间:2017/8/9 11:08:00
--  
        With wb.AddTable("","Table1")
            .CreateFromDataTable(DataTables("表A"))
            .Attribute="style=\'text-align:center\'"
        End With