Guides
A collection of guides.
Guides Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the guide with the specified index or name. |
| length |
Long |
read |
The number of guides in the collection. |
Guides Methods
| Method |
Returns |
Description |
| add |
Guide |
Create a new guide. |
| anyItem |
Object |
Returns any guide. |
| firstItem |
Object |
Returns the first guide. |
| itemByID |
Object |
Returns the guide with the specified ID. |
| itemByRange |
Objects |
Returns the guides within the specified range. |
| lastItem |
Object |
Returns the last guide. |
| middleItem |
Object |
Returns the middle guide. |
| nextItem |
Object |
Returns the next guide. |
| previousItem |
Object |
Returns the previous guide. |
Previous post: Hyperlink
Next post: GuidePreference