IndexSections
See also IndexSection.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
IndexSection [] (index:
number)
Returns the IndexSection with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
IndexSection anyItem ()
Returns any IndexSection in the collection.
number count ()
Displays the number of elements in the IndexSection.
Array of IndexSection everyItem ()
Returns every IndexSection in the collection.
IndexSection firstItem ()
Returns the first IndexSection in the collection.
IndexSection item (index:
varies)
Returns the IndexSection with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
IndexSection itemByID (id:
number)
Returns the IndexSection with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
IndexSection itemByName (name:
string)
Returns the IndexSection with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of IndexSection itemByRange (from:
varies, to:
varies)
Returns the IndexSections within the specified range.
Parameter | Type | Description |
---|---|---|
from | IndexSection Long Integer String | The IndexSection, index, or name at the beginning of the range. Can accept: IndexSection, Long Integer or String. |
to | IndexSection Long Integer String | The IndexSection, index, or name at the end of the range. Can accept: IndexSection, Long Integer or String. |
IndexSection lastItem ()
Returns the last IndexSection in the collection.
IndexSection middleItem ()
Returns the middle IndexSection in the collection.
IndexSection nextItem (obj:
IndexSection)
Returns the IndexSection whose index follows the specified IndexSection in the collection.
Parameter | Type | Description |
---|---|---|
obj | IndexSection | The IndexSection whose index comes before the desired IndexSection. |
IndexSection previousItem (obj:
IndexSection)
Returns the IndexSection with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | IndexSection | The index of the IndexSection that follows the desired IndexSection. |
string toSource ()
Generates a string which, if executed, will return the IndexSection.
Element of
Index.indexSections
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |