cloneRange method
Returns a new range with boundary points that are equal to the original range.
Syntax
retVal = object.cloneRange(oClonedRange);
Parameters
oClonedRange [out, retval]
Type: RangeReturns a Range object.
Exceptions
Exception | Condition |
---|---|
InvalidStateError | IHTMLDOMRange::detach has been invoked on the object. |