cellAt

abstract fun cellAt(index: Int): NotebookCell(source)

Return the cell at the specified index. The index will be adjusted to the notebook.

Parameters

index
  • The index of the cell to retrieve.