replaceCells static method

NotebookEdit replaceCells(
  1. NotebookRange range,
  2. List<NotebookCellData> newCells
)

Utility to create a edit that replaces cells in a notebook.

Implementation

static _i3.NotebookEdit replaceCells(
  _i3.NotebookRange range,
  _i2.List<_i3.NotebookCellData> newCells,
) =>
    _i5.callMethod(
      _declaredNotebookEdit,
      'replaceCells',
      [
        range,
        newCells,
      ],
    );