Dim t As Table = Tables("weixindanhao.weixin")t.Select(0,0,t.rows.Count-1, t.cols.Count-1)
t("zhun")="true"
你要做什么?直接说
Dim t As Table = Tables("weixindanhao.weixin")For Each r As Row In t.rows r("zhun")="true"Next