|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
CellGroupData
CellGroupData[{cell1, cell2, ...}]
is a low-level construct that represents an open group of cells in a notebook.
CellGroupData[{cell1, cell2, ...}, 1]
represents a cell group in which only the first cell is open.
CellGroupData[{cell1, cell2, ...}, {i1, i2, ...}]
represents a cell group with cells at positions
,
, ... open.
DetailsDetails
- Cell groups are typically opened and closed by double-clicking their cell brackets or opener icons.
- In CellGroupData[cells, status], status can contain Dynamic.
- When cells are entered into a notebook, they are automatically placed in groups unless CellGrouping->Manual is set.
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
Create a notebook that has automatic cell grouping:
NotebookRead shows the CellGroupData structure:
| In[2]:= |
| Out[2]= |
Create a document with manually grouped cells:
New in 3 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



