setStartAfter method

[This documentation is preliminary and is subject to change.]

Sets the start point of the range to a point after a specific node.

Document Object Model (DOM) Level 2 Traversal and Range Specification, Section 2.13Internet Explorer 9

Syntax

HRESULT retVal = object.setStartAfter(refNode);

Standards information

Parameters

  • refNode [in]
    Type: IDispatch

    Pointer to an IHTMLDOMNode in the document hierarchy.

Return value

Type: HRESULT

This method can return one of these values.

Return code Description
S_OK

The operation completed successfully.

W3CException_DOM_INVALID_STATE

detach has been invoked on the object.

 

 

 

Build date: 1/26/2012