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