Поделиться через


DocumentWindows.Arrange Method (PowerPoint)

Arranges all open document windows in the workspace.

Syntax

expression .Arrange(arrangeStyle)

expression A variable that represents a DocumentWindows object.

Parameters

Name

Required/Optional

Data Type

Description

arrangeStyle

Optional

PpArrangeStyle

Specifies whether to cascade or tile the windows.

Return Value

Nothing

Example

This example creates a new window and then arranges all open document windows.

Application.ActiveWindow.NewWindow

Windows.Arrange ppArrangeCascade

See Also

Concepts

DocumentWindows Object

DocumentWindows Object Members