Windows.Arrange Method

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Arrange ( _
    ByRef ArrangeStyle As Object _
)
'Usage
Dim instance As Windows
Dim ArrangeStyle As Object

instance.Arrange(ArrangeStyle)
void Arrange(
    ref Object ArrangeStyle
)

Parameters

  • ArrangeStyle
    Type: System.Object%
    Optional Object. The window arrangement. Can be either of the following WdArrangeStyle constants: wdIcons or wdTiled.

See Also

Reference

Windows Interface

Windows Members

Microsoft.Office.Interop.Word Namespace