|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also » |
| 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 i1, i2, ... open. |
Create a notebook that has automatic cell grouping: NotebookRead shows the CellGroupData structure:
Create a document with manually grouped cells: Create a group with only the second cell open: Create a group with its first and third cells open: |
| © 2008 Wolfram Research, Inc. |