Microsoft® JScript moveFirst Method |
Language Reference Version 3 |
Resets the current item in the collection to the first item.
myEnum.moveFirst( )The myEnum argument is any Enumerator object.
If there are no items in the collection, the current item is set to undefined.