Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:怎么判定是公式列?

1楼
puma 发表于:2023/11/20 10:34:00
怎么判定col 是公式列,我是通过手工标记 B+列名,删选B开头的列是公式列,有其他方法吗?

For Each a As DataCol In dt.DataCols
        '公式列退出循环
        Dim str As String = a.name.SubString(0, 1)
        'output.show(str)
        If str="B"  Then
            output.show(a.name)
            Continue For
        End If
next
2楼
有点蓝 发表于:2023/11/20 10:42:00
http://www.foxtable.com/webhelp/topics/0417.htm

if a.Expression > "" then
是表达式列
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02344 s, 2 queries.