getCells
abstract fun getCells(range: NotebookRange = definedExternally): ReadonlyArray<NotebookCell>(source)
Get the cells of this notebook. A subset can be retrieved by providing a range. The range will be adjusted to the notebook.
Parameters
range
A notebook range.