以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  窗口中副本表的表头问题?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=108240)

--  作者:zsslly
--  发布时间:2017/10/18 21:56:00
--  窗口中副本表的表头问题?
如题,窗口中副本表的表头可不可以通过代码自适应高度,不要影响到主表?求指点?
--  作者:有点甜
--  发布时间:2017/10/18 22:33:00
--  

 设置表头行高参考代码

 

Dim t As Table = tables("表A")
Dim c As Integer = t.cols.count
Dim r As Integer = t.HeaderRows
t.grid.AutoSizeRows(0, 0, r, c, 0, 0)