|
CellLabelAutoDelete
CellLabelAutoDelete is an option for Cell which specifies whether a label for the cell should be automatically deleted if the contents of the cell are modified or the notebook containing the cell is saved in a file.
Cell styles that represent Mathematica input and output typically have CellLabelAutoDelete->True.
CellLabelAutoDelete is more often set for styles of cells than for individual cells.
See Section 2.11.9.
See also: CellLabel, ShowCellLabel, CellTags, CellAutoOverwrite.
New in Version 3.
|