Readonly
endThe exclusive end index of this range (zero-based).
Readonly
istrue
if start
and end
are equal.
Readonly
startThe zero-based start index of this range.
Derive a new range for this range.
An object that describes a change to this range.
Optional
end?: numberOptional
start?: numberA range that reflects the given change. Will return this
range if the change
is not changing anything.
Static
is
A notebook range represents an ordered pair of two cell indices. It is guaranteed that start is less than or equal to end.