Utility to create a edit that replaces cells in a notebook.
The range of cells to replace
The new notebook cells.
Utility to create an edit that replaces cells in a notebook.
The index to insert cells at.
The new notebook cells.
Utility to create an edit that deletes cells in a notebook.
The range of cells to delete.
Utility to create an edit that update a cell's metadata.
The index of the cell to update.
The new metadata for the cell.
Utility to create an edit that updates the notebook's metadata.
The new metadata for the notebook.
Create a new notebook edit.
A notebook range.
An array of new cell data.
Range of the cells being edited. May be empty.
New cells being inserted. May be empty.
Optional new metadata for the cells.
Optional new metadata for the notebook.
A notebook edit represents edits that should be applied to the contents of a notebook.