OpenFileBehaviors
A collection of open file behavior objects.
OpenFileBehaviors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the open file behavior with the specified index or name. |
| length |
Long |
read |
The number of open file behaviors in the collection. |
OpenFileBehaviors Methods
| Method |
Returns |
Description |
| add |
OpenFileBehavior |
Create a new open file behavior. |
| anyItem |
Object |
Returns any open file behavior. |
| firstItem |
Object |
Returns the first open file behavior. |
| itemByID |
Object |
Returns the open file behavior with the specified ID. |
| itemByRange |
Objects |
Returns the open file behaviors within the specified range. |
| lastItem |
Object |
Returns the last open file behavior. |
| middleItem |
Object |
Returns the middle open file behavior. |
| nextItem |
Object |
Returns the next open file behavior. |
| previousItem |
Object |
Returns the previous open file behavior. |
Previous post: Oval
Next post: OpenFileBehavior