javascript Enumerator moveFirst(), moveNext( )

Adjust the location of the pointer within the collection, jumping to the first item in the collection, or ahead by one item.

javascript Enumerator item( )

Returns a value from the collection at the pointer's current position.

javascript Enumerator atEnd( )

Returns Boolean true if the Enumerator is pointing at the last item in the collection.

javascript Enumerator Description

If an ActiveX control property or method returns a collection of values, the usual JavaScript approach to collections does not work for such values.