PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Options for Cells
Tutorials »
|
Visible
CellGroupData
ConversionRules
See Also »
CellOpen
CellOpen
is an option for
Cell
which specifies whether the contents of a cell should be explicitly displayed.
MORE INFORMATION
With
CellOpen->
False
, a small cell bracket is still shown to indicate the presence of a cell.
Cells which are not open can still be evaluated automatically if you set
InitializationCell
->
True
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create a notebook with one open cell and one closed cell:
In[1]:=
Find data in a closed cell:
In[2]:=
Out[2]=
SEE ALSO
Visible
CellGroupData
ConversionRules
TUTORIALS
Options for Cells
New in 3
© 2008 Wolfram Research, Inc.