InstancesIndexingSortOption [] (index:
number)
Returns the IndexingSortOption with the specified index.
Parameter | Type | Description |
index | number | The index. |
IndexingSortOption anyItem ()
Returns any IndexingSortOption in the collection.
number count ()
Displays the number of elements in the IndexingSortOption.
Array of IndexingSortOption everyItem ()
Returns every IndexingSortOption in the collection.
IndexingSortOption firstItem ()
Returns the first IndexingSortOption in the collection.
IndexingSortOption item (index:
varies)
Returns the IndexingSortOption with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
IndexingSortOption itemByName (name:
string)
Returns the IndexingSortOption with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of IndexingSortOption itemByRange (from:
varies, to:
varies)
Returns the IndexingSortOptions within the specified range.
Parameter | Type | Description |
from | IndexingSortOption Long Integer String | The IndexingSortOption, index, or name at the beginning of the range. Can accept: IndexingSortOption, Long Integer or String. |
to | IndexingSortOption Long Integer String | The IndexingSortOption, index, or name at the end of the range. Can accept: IndexingSortOption, Long Integer or String. |
IndexingSortOption lastItem ()
Returns the last IndexingSortOption in the collection.
IndexingSortOption middleItem ()
Returns the middle IndexingSortOption in the collection.
IndexingSortOption nextItem (obj:
IndexingSortOption)
Returns the IndexingSortOption whose index follows the specified IndexingSortOption in the collection.
Parameter | Type | Description |
obj | IndexingSortOption | The IndexingSortOption whose index comes before the desired IndexingSortOption. |
IndexingSortOption previousItem (obj:
IndexingSortOption)
Returns the IndexingSortOption with the index previous to the specified index.
Parameter | Type | Description |
obj | IndexingSortOption | The index of the IndexingSortOption that follows the desired IndexingSortOption. |
string toSource ()
Generates a string which, if executed, will return the IndexingSortOption.
|