Indexes
A collection of indices.
Indexes Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of Indexes. |
| Item |
Object |
read |
Returns the Index with the specified index or name as Long or String. |
Indexes Methods
| Method |
Returns |
Description |
| Add |
Index |
Create a new Index. |
| AnyItem |
Object |
Returns any Index. |
| FirstItem |
Object |
Returns the first Index. |
| ItemByID |
Object |
Returns the Index with the specified ID. |
| ItemByRange |
Objects |
Returns the Indexes within the specified range. |
| LastItem |
Object |
Returns the last Index. |
| MiddleItem |
Object |
Returns the middle Index. |
| NextItem |
Object |
Returns the next Index. |
| PreviousItem |
Object |
Returns the previous Index. |
Previous post: IndexOptions
Next post: Index