PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Manipulating Notebooks from the Kernel
Options for Cells
Tutorials »
|
CellAutoOverwrite
See Also »
GeneratedCell
GeneratedCell
is an option for
Cell
which indicates whether the cell was generated from the kernel.
MORE INFORMATION
Cells created interactively using only operations in the front end have
GeneratedCell->
False
.
The setting for
GeneratedCell
is used to determine which cells should be considered as
Mathematica
output.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Create a cell tagged "gc1":
In[1]:=
The cell generated by
CellPrint
has the setting
GeneratedCell->
True
:
In[2]:=
Out[2]=
SEE ALSO
CellAutoOverwrite
TUTORIALS
Manipulating Notebooks from the Kernel
Options for Cells
New in 3
© 2008 Wolfram Research, Inc.