A collection of spreads.
Spreads Properties
| Property | Type | Access | Description |
|---|---|---|---|
| Count | Long | read | The number of Spreads. |
| Item | Object | read | Returns the Spread with the specified index or name as Long or String. |
Spreads Methods
| Method | Returns | Description |
|---|---|---|
| Add | Spread | Create a new Spread. |
| AnyItem | Object | Returns any Spread. |
| FirstItem | Object | Returns the first Spread. |
| ItemByID | Object | Returns the Spread with the specified ID. |
| ItemByRange | Objects | Returns the Spreads within the specified range. |
| LastItem | Object | Returns the last Spread. |
| MiddleItem | Object | Returns the middle Spread. |
| NextItem | Object | Returns the next Spread. |
| PreviousItem | Object | Returns the previous Spread. |