Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / New in Version 3.0 / Notebooks  /
CellPrint

  • CellPrint[ cell ] inserts cell at the current selection in your currently selected notebook.
  • CellPrint[ , , ... ] inserts a sequence of cells.
  • CellPrint creates a new cell directly after the current selection in your currently selected notebook.
  • 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.
  • See the Mathematica book: Section 2.10.1.
  • See also: StylePrint, Print, NotebookWrite, NotebookPrint.


    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.