LayoutWindows
A collection of layout windows.
LayoutWindows Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the layout window with the specified index or name. |
| length |
Long |
read |
The number of layout windows in the collection. |
LayoutWindows Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any layout window. |
| firstItem |
Object |
Returns the first layout window. |
| itemByRange |
Objects |
Returns the layout windows within the specified range. |
| lastItem |
Object |
Returns the last layout window. |
| middleItem |
Object |
Returns the middle layout window. |
| nextItem |
Object |
Returns the next layout window. |
| previousItem |
Object |
Returns the previous layout window. |