Adds a PageRange to the PageList collection.
Visual Basic |
---|
Public Sub Add( _ ByVal pIPageRange As PageRange _ ) |
- pIPageRange
- A PageRange value which represents the new page to add to the collection.
This method implements a standard collection operation. It inserts a new PageRange object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.