property Pools.Item (Position as Variant) as Pool
Returns a specific Pool of the Pools collection, giving its identifier.

TypeDescription
Position as Variant A Long expression that specifies the pool to be accessed.
Pool A Pool object being queried.
The Item property returns the Pool object based on its identifier/position. The Remove method removes a specified pool. The Clear method removes all Pool objects from the Pools collection.