LayoutWindows
A collection of layout windows.
LayoutWindows Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of LayoutWindows. |
| Item |
Object |
read |
Returns the LayoutWindow with the specified index or name as Long or String. |
LayoutWindows Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any LayoutWindow. |
| FirstItem |
Object |
Returns the first LayoutWindow. |
| ItemByRange |
Objects |
Returns the LayoutWindows within the specified range. |
| LastItem |
Object |
Returns the last LayoutWindow. |
| MiddleItem |
Object |
Returns the middle LayoutWindow. |
| NextItem |
Object |
Returns the next LayoutWindow. |
| PreviousItem |
Object |
Returns the previous LayoutWindow. |