IndexSections
A collection of index sections.
IndexSections Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of IndexSections. |
| Item |
Object |
read |
Returns the IndexSection with the specified index or name as Long or String. |
IndexSections Methods
| Method |
Returns |
Description |
| AnyItem |
Object |
Returns any IndexSection. |
| FirstItem |
Object |
Returns the first IndexSection. |
| ItemByID |
Object |
Returns the IndexSection with the specified ID. |
| ItemByRange |
Objects |
Returns the IndexSections within the specified range. |
| LastItem |
Object |
Returns the last IndexSection. |
| MiddleItem |
Object |
Returns the middle IndexSection. |
| NextItem |
Object |
Returns the next IndexSection. |
| PreviousItem |
Object |
Returns the previous IndexSection. |