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: Range

    Returns a Range object.

Exceptions

Exception Condition
InvalidStateError

IHTMLDOMRange::detach has been invoked on the object.

 

Standards information

See also

IHTMLDOMRange::cloneContents