Pages
A collection of pages.
Pages Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the page with the specified index or name. |
| length |
Long |
read |
The number of pages in the collection. |
Pages Methods
| Method |
Returns |
Description |
| add |
Page |
Create a new page. |
| anyItem |
Object |
Returns any page. |
| firstItem |
Object |
Returns the first page. |
| itemByID |
Object |
Returns the page with the specified ID. |
| itemByRange |
Objects |
Returns the pages within the specified range. |
| lastItem |
Object |
Returns the last page. |
| middleItem |
Object |
Returns the middle page. |
| nextItem |
Object |
Returns the next page. |
| previousItem |
Object |
Returns the previous page. |
Previous post: Paragraph
Next post: PageReferences