setStart method
Sets the starting point of a range.
![]() ![]() |
Syntax
object.setStart(oNode, offset);
Parameters
- oNode [in]
-
Type: Node
Node in the document hierarchy.
- offset [in]
-
Type: long
Specifies the offset value for the starting point.
Return value
This method does not return a value.
Exceptions
| Exception | Condition |
|---|---|
|
IHTMLDOMRange::detach has been invoked on the object. |
|
offset is negative or greater than the number of child units in refNode. Versions earlier than Internet Explorer 10 return W3Exception_DOM_INDEX_SIZE_ERR. |
Standards information
Show:

