以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]打开表单后自动设置行高 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=146182) |
-- 作者:紫色幽魂 -- 发布时间:2020/2/18 13:40:00 -- [求助]打开表单后自动设置行高 Dim t As Table = e.Table Dim cname As String = e.Col.name Dim lc As Integer = t.cols(cname).index+1 Dim br As Integer = e.Row.index+t.HeaderRows t.grid.AutoSizeRows(0, lc, br, lc, 0, 0) |
-- 作者:有点蓝 -- 发布时间:2020/2/18 13:57:00 -- 用代码在窗口生成一个表 --- 在这个代码之后调用AutoSizeRows |