以文本方式查看主题 - 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=97346) |
-- 作者:magangzmc -- 发布时间:2017/3/10 10:34:00 -- 请问:如何通过代码设置Table的行高 如题。 |
-- 作者:有点色 -- 发布时间:2017/3/10 10:46:00 -- dim t as table = tables("表a") t.DefaultRowHeight = 50 t.grid.rows(2).height = 100 |