setStartAfter method
Sets the starting point of the range to a point after a specific node.
![]() ![]() |
Syntax
HRESULT retVal = object.setStartAfter(oNode);
Parameters
- oNode [in]
-
Type: Node
Node in the document hierarchy.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The operation completed successfully. |
|
IHTMLDOMRange::detach has been invoked on the object. |
Standards information
Show:

