Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
output.show( Tables("表A").Rows.count)Dim r As Row = Tables("表A").rows(300)If r IsNot Nothing Then Output.Show(r("第一列"))End If