NotebookRange$Typings extension

on

Properties

end num
The exclusive end index of this range (zero-based).
no setter
isEmpty bool
true if start and end are equal.
no setter
start num
The zero-based start index of this range.
no setter

Methods

with$(IInline74 change) NotebookRange
Derive a new range for this range.