窗口1afterload'其它加载数据代码
Tables("窗口1_Table1").select(0, Tables("窗口1_Table1").cols("部门").index)
移动行的用法
if Tables("窗口1_Table1").position = Tables("窗口1_Table1").rows.count - 1 then
Tables("窗口1_Table1").position = 0
else
Tables("窗口1_Table1").position = Tables("窗口1_Table1").position + 1
end if
Tables("窗口1_Table1").select(Tables("窗口1_Table1").position, Tables("窗口1_Table1").cols("部门").index)