v1.Range.$Properties
Properties of a Range.
Hierarchy
Properties
end
• Optional end: null | number
End of range (inclusive).
start
• Optional start: null | number
Start of range (inclusive).
step
• Optional step: null | number
Step (optional, default 1).