Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
看的人多,但没有人能解决顺序问题,只有老大能解决了。
filler填充器可以按顺序填充吗?
DataTables("表C").DeleteFor("")
For i as integer = 0 to tables("表B").cols.count -1
dim dc as col = tables("表B").cols(i)
dim dr as row=Tables("表C").Rows.AddNew()
dr("列名")=dc.name
next