如下代码
Dim t As Table = Tables("表A")For i As Integer = t.TopPosition To t.BottomPosition Dim r As Row = t.Rows(i) Dim nr As Row = Tables("表B").addnew nr("第一列") = r("第一列")Next