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