SynchronizeOptions
A collection of book synchronize option style.
SynchronizeOptions Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the synchronize option with the specified index or name. |
| length |
Long |
read |
The number of synchronize options in the collection. |
SynchronizeOptions Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any synchronize option. |
| firstItem |
Object |
Returns the first synchronize option. |
| itemByRange |
Objects |
Returns the synchronize options within the specified range. |
| lastItem |
Object |
Returns the last synchronize option. |
| middleItem |
Object |
Returns the middle synchronize option. |
| nextItem |
Object |
Returns the next synchronize option. |
| previousItem |
Object |
Returns the previous synchronize option. |
Previous post: Table
Next post: SynchronizeOption