|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CellGroup
CellGroup[{cell1, cell2, ...}]
gives an open group of cells that can appear in a Mathematica notebook.
CellGroup[{cell1, cell2, ...}, 1]
gives a cell group in which only the first cell is open.
CellGroup[{cell1, cell2, ...}, -1]
gives a cell group in which only the last cell is open.
CellGroup[{cell1, cell2, ...}, {i1, i2, ...}]
gives a cell group in which cells
,
, ... are open.
DetailsDetails
- The
can have heads ExpressionCell, TextCell, or CellGroup. - A CellGroup object can be inserted in its entirety into a notebook using CellPrint.
- Cell grouping specified by CellGroup will be overridden by automatic grouping in a notebook unless CellGrouping->Manual is set.
- In CellGroup[cells, status], status can contain Dynamic.
- If any
is a string or Text object, it will be wrapped with TextCell. If it is any other type of expression, it will be wrapped with ExpressionCell.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
