参考代码
Dim t As Table = Tables("表A")Dim pidx As Integer = 0For Each r As Row In t.Rows If r.IsNull("第一列") = false Then pidx = r.Index End IfNext
t.Position = pidx