insertCells static method

NotebookEdit insertCells(
  1. num index,
  2. List<NotebookCellData> newCells
)

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

Implementation

static _i3.NotebookEdit insertCells(
  _i2.num index,
  _i2.List<_i3.NotebookCellData> newCells,
) =>
    _i5.callMethod(
      _declaredNotebookEdit,
      'insertCells',
      [
        index,
        newCells,
      ],
    );