Libraries
A collection of libraries.
Libraries Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Libraries. |
| Item |
Object |
read |
Returns the Library with the specified index or name as Long or String. |
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. |