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. • 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.
|