以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]这是GetValues的bug吗? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=41519) |
-- 作者:ifastudy -- 发布时间:2013/10/21 17:23:00 -- [求助]这是GetValues的bug吗? Dim RecDates As List(Of Date) = DataTables("表A"). GetValues("日期") |
-- 作者:Bin -- 发布时间:2013/10/21 17:25:00 -- Dim RecDates As List(Of String) = DataTables("表A"). GetValues("日期") |
-- 作者:ifastudy -- 发布时间:2013/10/21 17:28:00 -- 明白了 |