PageList Collection : Remove Method |
Removes the given PageRange from the collection.
Visual Basic |
---|
Public Sub Remove( _ ByVal pIPageRange As PageRange _ ) |
This method implements a standard collection operation. It searches the collection for the given PageRange and removes it from the collection. If there are multiple occurrences of the object in the collection, this method removes only the first one (the one with the lowest index.) If there are no occurrences of the given object, this method does nothing.