

CellPrint
Details

- If expr has head TextCell, ExpressionCell, or CellGroup, it is inserted unchanged into the notebook. »
- If expr is a string or Text object, a text cell is created to contain it. »
- If expr is any other type of expression, an expression cell is created to contain it. »
- With a text‐based front end, CellPrint[cell] does the same as applying Print to the contents of cell.
- Cells generated by CellPrint by default have GeneratedCell->True, so that they are overwritten if they are regenerated.
Examples
open all close allBasic Examples (3)
Scope (4)
Strings are converted to TextCell objects with no specific style:
xxxxxxGeneral expressions are converted to ExpressionCell objects with no specific style:
x2+y2x2+y2Lists are converted to multiple cells:
xxxx2+y2Print cells with specific styles:

Possible Issues (3)
Setting CellAutoOverwrite->False and repeatedly evaluating will not delete printed cells:
Setting CellAutoOverwrite and GeneratedCell can cause unexpected results:
Evaluating input cells generated by CellPrint may put outputs in unexpected places, due to the CellAutoOverwrite and GeneratedCell settings in other cells generated by CellPrint:
heading cell
Tech Notes
Related Guides
Related Workflows
- Programmatically Insert a Cell in a Notebook
History
Introduced in 1996 (3.0) | Updated in 2007 (6.0)
Text
Wolfram Research (1996), CellPrint, Wolfram Language function, https://reference.wolfram.com/language/ref/CellPrint.html (updated 2007).
CMS
Wolfram Language. 1996. "CellPrint." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/CellPrint.html.
APA
Wolfram Language. (1996). CellPrint. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CellPrint.html
BibTeX
@misc{reference.wolfram_2025_cellprint, author="Wolfram Research", title="{CellPrint}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/CellPrint.html}", note=[Accessed: 15-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_cellprint, organization={Wolfram Research}, title={CellPrint}, year={2007}, url={https://reference.wolfram.com/language/ref/CellPrint.html}, note=[Accessed: 15-August-2025]}