语法
表达式.Next
表达式 一个代表 Window 对象的变量。
示例
以下示例激活下一个窗口。
if(Windows.Count > 1){ ActiveDocument.ActiveWindow.Next.Activate() }