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