IndexSections
A collection of index sections.
Properties
| Name | Type |
Access | Description |
|---|
|
Number |
readonly |
The number of objects in the collection. |
Methods
Returns the IndexSection with the specified index.
Returns any IndexSection in the collection.
Displays the number of elements in the IndexSection.
Returns every IndexSection in the collection.
Returns the first IndexSection in the collection.
Returns the IndexSection with the specified index or name.
index
LongInteger | String
The index or name. Can accept: Long Integer or String.
Returns the IndexSection with the specified ID.
Returns the IndexSection with the specified name.
Returns the IndexSections within the specified range.
from
IndexSection | LongInteger | String
The IndexSection, index, or name at the beginning of the range. Can accept: IndexSection, Long Integer or String.
to
IndexSection | LongInteger | String
The IndexSection, index, or name at the end of the range. Can accept: IndexSection, Long Integer or String.
Returns the last IndexSection in the collection.
Returns the middle IndexSection in the collection.
Returns the IndexSection whose index follows the specified IndexSection in the collection.
obj
IndexSection
The IndexSection whose index comes before the desired IndexSection.
Returns the IndexSection with the index previous to the specified index.
obj
IndexSection
The index of the IndexSection that follows the desired IndexSection.
Generates a string which, if executed, will return the IndexSection.
Object of 1
Properties elsewhere that hold a IndexSections.