Arrange Method
The Arrange method tiles, cascades, or minimizes all windows in the collection. This is similar to using the View | Windows commands.
Syntax
object.Arrange ( type )
Parameter | Type | Description |
type | Long | required, grfArrangeWindows |
Example
This example shows how to tile all of the windows horizontally.
GrapherApp.Windows.Arrange(grfTileHorz)
Used by: AutoWindows collection, AutoDocWindows object