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 mostItemSpace
containing the dynamic Cells) is deleted.- Parameters:
name (
str
) – The new name for the Cells
Added in version 0.16.0.