以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  table 表控件是否可以隐藏 列标题和行标题  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=31456)

--  作者:eric803
--  发布时间:2013/4/15 20:41:00
--  table 表控件是否可以隐藏 列标题和行标题
table 表控件 如何隐藏 列标题和行标题 ?


--  作者:don
--  发布时间:2013/4/16 10:36:00
--  

With Tables("表名")

   .SetHeaderRowHeight(0)

   .cols(-1).Visible = 0

End With


--  作者:eric803
--  发布时间:2013/4/16 18:56:00
--  
thks