Windows.Arrange(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arranges all open document windows in the application workspace. Because Microsoft Word uses a Single Document Interface (SDI), this method no longer has any effect.
public void Arrange (ref object ArrangeStyle);
abstract member Arrange : obj -> unit
Public Sub Arrange (Optional ByRef ArrangeStyle As Object)
Parameters
- ArrangeStyle
- Object
Optional Object. The window arrangement. Can be either of the following WdArrangeStyle constants: wdIcons or wdTiled.