PageList Collection : Add Method |
Visual Basic |
---|
Public Sub Add( _ ByVal pIPageRange As PageRange _ ) |
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.