Libraries
A collection of libraries.
Libraries Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the library with the specified index or name. |
| length |
Long |
read |
The number of libraries in the collection. |
Libraries Methods
| Method |
Returns |
Description |
| add |
Library |
Create a new libary. |
| anyItem |
Object |
Returns any library. |
| firstItem |
Object |
Returns the first library. |
| itemByRange |
Objects |
Returns the Libraries within the specified range. |
| lastItem |
Object |
Returns the last library. |
| middleItem |
Object |
Returns the middle library. |
| nextItem |
Object |
Returns the next library. |
| previousItem |
Object |
Returns the previous library. |