This topic has not yet been rated - Rate this topic

cloneRange method

Returns a new range with boundary points that are equal to the original range.

Document Object Model (DOM) Level 2 Traversal and Range Specification, Section 2.13Internet Explorer 9

Syntax


 retVal = object.cloneRange(oClonedRange);

Parameters

oClonedRange [out, retval]

Type: Range

Returns a Range object.

Exceptions

ExceptionCondition
InvalidStateError

IHTMLDOMRange::detach has been invoked on the object.

Standards information

See also

IHTMLDOMRange::cloneContents

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.