cloneRange method
Returns a new range with boundary points that are equal to the original range.
![]() ![]() |
Syntax
var oClonedRange = Range.cloneRange();Parameters
- oClonedRange [out, retval]
-
Type: Range
Returns a Range object.
Return value
Type: Range
Returns a Range object.
Exceptions
| Exception | Condition |
|---|---|
|
detach has been invoked on the object. |
Standards information
See also
Show:

