Mathematica 9 is now available

CellPrint

Usage

CellPrint[cell] inserts cell in a notebook immediately after the cell that is currently being evaluated.
CellPrint[{ ,  , ... }] inserts a sequence of cells.


Notes

• The  must all have head Cell.
CellPrint is a special case of NotebookWrite.
• 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.
• New in Version 3.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.