|
CellLabel
CellLabel is an option for Cell which gives the label to use for a particular cell.
CellLabel->"" specifies that no label should be used for a cell.
Cell labels are displayed when the setting ShowCellLabels->True is made.
Cell labels are typically generated automatically when cells appear as input or output to the Mathematica kernel.
Cell labels are automatically deleted when a cell is modified if CellLabelAutoDelete->True.
See Section 2.11.3 and Section 2.11.9.
See also: CellTags.
New in Version 3.
Further Examples
|