以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 如何知道当前没有隐藏的列的列数? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=78996) |
-- 作者:大红袍 -- 发布时间:2015/12/22 14:26:00 -- Dim vc As Integer = Tables("表A").getColVisibleWidth.split("|").length / 2 Dim ac As Integer = Tables("表A").Cols.count msgbox(vc) msgbox(ac) |