Move

将行移到指定位置。

语法:

Move(NewIndex)

NewIndex:新的位置

示例

将当前行向上移动一行:

With CurrentTable
    .Current.Move(.Position -
1)
End With


本页地址:http://www.foxtable.com/webhelp/topics/1846.htm