PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Cells as Mathematica Expressions
Manipulating Notebooks from the Kernel
Options for Cells
Tutorials »
|
CellLabel
ConversionRules
NotebookLocate
See Also »
CellTags
CellTags
is an option for
Cell
which gives a list of tags to associate with a cell.
MORE INFORMATION
Cell tags are typically used to allow searching for cells.
The tags are usually strings.
Cell tags are displayed when
ShowCellTags
->
True
is set.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Create a cell with a cell tag:
In[1]:=
Find the tagged cell and read its cell expression:
In[2]:=
Out[2]=
Make cell tags visible with
ShowCellTags
->
True
:
In[1]:=
SEE ALSO
CellLabel
ConversionRules
NotebookLocate
TUTORIALS
Cells as
Mathematica
Expressions
Manipulating Notebooks from the Kernel
Options for Cells
New in 3
© 2008 Wolfram Research, Inc.