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