setEnd method
Sets the end point of the range.
![]() ![]() |
Syntax
Range.setEnd(oNode, offset);Parameters
- oNode [in]
-
Type: Node
A node in the document hierarchy.
- offset [in]
-
Type: Integer
Specifies the offset value for the end point.
Return value
This method does not return a value.
Exceptions
| Exception | Condition |
|---|---|
|
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
See also
Show:

