Mathematica >

GeneratedCell

GeneratedCell
is an option for Cell which indicates whether the cell was generated from the kernel.
  • 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.
Create a cell tagged "gc1":
In[1]:=
Click for copyable input
The cell generated by CellPrint has the setting GeneratedCell->True:
In[2]:=
Click for copyable input
Out[2]=
New in 3
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team