以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助】如何根据index 隐藏临时表的行 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=134748) |
-- 作者:81538475 -- 发布时间:2019/5/5 22:14:00 -- [求助】如何根据index 隐藏临时表的行 如题 |
-- 作者:有点蓝 -- 发布时间:2019/5/5 22:42:00 -- dim i as integer = 3 tables("表A").grid.rows(i).visible = false
|