Moves to a specific node of the document object model (DOM) collection.
Syntax
HRESULT moveTo( long idx );
Parameters
- idx
- A long value used as an index into the DOM collection.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
currentNode, nextNode, previousNode