Create a new range from two positions. If start
is not
before or equal to end
, the values will be swapped.
A number.
A number.
The end index. It is after or equal to start.
The start index. It is before or equal to end.
Generated using TypeDoc
A cell range represents an ordered pair of two positions in a list of cells. It is guaranteed that start.isBeforeOrEqual(end)
CellRange objects are immutable.