A notebook range represents an ordered pair of two cell indices. It is guaranteed that start is less than or equal to end.
Online Documentation
Create a new notebook range. If start is not before or equal to end, the values will be swapped.
start
end
The exclusive end index of this range (zero-based).
true if start and end are equal.
true
The zero-based start index of this range.