PageList Collection : Contains Method |
Visual Basic |
---|
Public Function Contains( _ ByVal pIPageRange As PageRange _ ) As Boolean |
This method implements a standard collection operation. It searches the collection for a reference to the given object. If it finds a reference to it, it returns True. If it cannot find a reference to it, False is returned.