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