A collection of synchronize option styles.
Methods
SynchronizeOptionanyItem ()
Returns any SynchronizeOption in the collection.
number count ()
Displays the number of elements in the SynchronizeOption.
Array of SynchronizeOptioneveryItem ()
Returns every SynchronizeOption in the collection.
SynchronizeOptionfirstItem ()
Returns the first SynchronizeOption in the collection.
SynchronizeOptionitem (index:
any)
Returns the SynchronizeOption with the specified index or name.
| Parameter | Type | Description |
|---|---|---|
| index | Long Integer String |
The index or name. Can accept: Long Integer or String. |
SynchronizeOptionitemByName (name:
string)
Returns the SynchronizeOption with the specified name.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name. |
Array of SynchronizeOptionitemByRange (from:
any, to:
any)
Returns the SynchronizeOptions within the specified range.
| Parameter | Type | Description |
|---|---|---|
| from | SynchronizeOption Long Integer String |
The SynchronizeOption, index, or name at the beginning of the range. Can accept: SynchronizeOption, Long Integer or String. |
| to | SynchronizeOption Long Integer String |
The SynchronizeOption, index, or name at the end of the range. Can accept: SynchronizeOption, Long Integer or String. |
SynchronizeOptionlastItem ()
Returns the last SynchronizeOption in the collection.
SynchronizeOptionmiddleItem ()
Returns the middle SynchronizeOption in the collection.
SynchronizeOptionnextItem (obj:
SynchronizeOption)
Returns the SynchronizeOption whose index follows the specified SynchronizeOption in the collection.
| Parameter | Type | Description |
|---|---|---|
| obj | SynchronizeOption | The SynchronizeOption whose index comes before the desired SynchronizeOption. |
SynchronizeOptionpreviousItem (obj:
SynchronizeOption)
Returns the SynchronizeOption with the index previous to the specified index.
| Parameter | Type | Description |
|---|---|---|
| obj | SynchronizeOption | The index of the SynchronizeOption that follows the desired SynchronizeOption. |
string toSource ()
Generates a string which, if executed, will return the SynchronizeOption.
Element of:
Book.synchronizeOptions