Arranges all open document windows in the workspace.
Syntax
expression.Arrange(ArrangeStyle)
expression An expression that returns a DocumentWindows collection.
ArrangeStyle Optional Long. Specifies whether to cascade or tile the windows. Can be either of the following PpArrangeStyle constants: ppArrangeCascade or ppArrangeTiled. The default value is ppArrangeTiled.