PageList Collection : Insert Method |
Visual Basic |
---|
Public Sub Insert( _ ByVal Index As Long, _ ByVal pIPageRange As PageRange _ ) |
This method implements a standard collection operation. It inserts the given PageRange object into the collection at the given Index. It moves all PageRange objects that follow the newly added form (if any) back one place (their indices will be one greater than they were before this method.)