如果只是清空数据,保留空行:
Dim t As Table = Tables("表A")t.Select(0,0,t.Rows.Count - 1,t.Cols.Count - 1)t.EditDelete