PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Cell Styling Options
>
Built-in
Mathematica
Symbol
Options for Cells
Tutorials »
|
CellLabel
ShowCellTags
See Also »
|
Cell Styling Options
Managing Computations in Notebooks
Mathematica Session History
More About »
ShowCellLabel
ShowCellLabel
is an option for
Cell
which specifies whether to display the label for a cell.
MORE INFORMATION
ShowCellLabel
is more often set for styles of cells than for individual cells.
With the setting
CellLabelAutoDelete
->
True
, the label for a cell is automatically deleted if the cell is modified.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create one input cell with
ShowCellLabel->
True
and one with
ShowCellLabel->
False
:
In[1]:=
Labels are set when the cells are evaluated, but the second input cell's label is hidden:
In[2]:=
You can see the label by turning
ShowCellLabel
on again:
In[3]:=
SEE ALSO
CellLabel
ShowCellTags
TUTORIALS
Options for Cells
MORE ABOUT
Cell Styling Options
Managing Computations in Notebooks
Mathematica Session History
New in 3
© 2008 Wolfram Research, Inc.