Cells.rename#

Cells.rename(name)[source]#

Rename the Cells

Rename the Cells to name. The values of this Cells are cleared. The derived Cells of this Cells, if any, are also cleared and renamed. If the Cells is a base Cells of a dynamic Cells, the root space of the dynamic Cells (i.e. the inner most ItemSpace containing the dynamic Cells) is deleted.

Parameters:

name (str) – The new name for the Cells

New in version 0.16.0.