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