Windows.Arrange(Object) Method

Definition

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.

Applies to