cloneRange method
The Range.cloneRange()
method returns a
Range object with boundary points identical to the cloned
Range.
The returned clone is copied by value, not reference, so a change in either Range does not affect the other.
Implementation
external Range cloneRange();