range property

NotebookRange get range

The range at which cells have been either added or removed.

Note that no cells have been {@link NotebookDocumentContentChange.removedCellsremoved} when this range is {@link NotebookRange.isEmptyempty}.

Implementation

_i3.NotebookRange get range => _i5.getProperty(
      this,
      'range',
    );