IndexingSortOptions

Every sort option

Methods

IndexingSortOptionanyItem ()
Returns any IndexingSortOption in the collection.

number count ()
Displays the number of elements in the IndexingSortOption.

Array of IndexingSortOptioneveryItem ()
Returns every IndexingSortOption in the collection.

IndexingSortOptionfirstItem ()
Returns the first IndexingSortOption in the collection.

IndexingSortOptionitem (index:
any)
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.

IndexingSortOptionitemByName (name:
string)
Returns the IndexingSortOption with the specified name.

Parameter Type Description
name string The name.

Array of IndexingSortOptionitemByRange (from:
any, to:
any)
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.

IndexingSortOptionlastItem ()
Returns the last IndexingSortOption in the collection.

IndexingSortOptionmiddleItem ()
Returns the middle IndexingSortOption in the collection.

IndexingSortOptionnextItem (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.

IndexingSortOptionpreviousItem (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.

Element of:

Application.indexingSortOptions
Document.indexingSortOptions

Leave a Comment

Previous post:

Next post: