ArrayList: GetRange |
Returns an ArrayList object that is a windowed view into the original ArrayList.
Public Function GetRange( ByVal Index As Long, ByVal Count As Long ) As ArrayList
This windowed view is the only way to then modify the original ArrayList. If the original list is modified some other way, then an exception is thrown the next time the ranged view is accessed.