CellGroup

CellGroup[{cell1,cell2,}]

Wolframシステムノートブック中にセルグループを開いた状態で与える.

CellGroup[{cell1,cell2,},1]

最初のセルだけが開いているセルグループを与える.

CellGroup[{cell1,cell2,},-1]

最後のセルだけが開いているセルグループを与える.

CellGroup[{cell1,cell2,},{i1,i2,}]

セル i1, i2, が開いているセルグループを与える.

詳細とオプション

  • celli は頭部ExpressionCellTextCellあるいはCellGroupを持つことができる.
  • CellPrintを使ってCellGroupオブジェクト全体をノートブックに挿入することができる.
  • CellGroupで指定されたセルのグループ化は,CellGrouping->Manualが設定されていない限りノートブックの自動グループ化によって無効になる.
  • CellGroup[cells,status]では,status Dynamicを含むことができる.
  • 任意の celli が文字列あるいはTextオブジェクトのとき,celliTextCellで包み込まれる.上記以外の型の式の場合は,ExpressionCellで包み込まれる.

例題

すべて開くすべて閉じる

  (1)

スコープ  (4)

1つのセルグループを別のセルグループにネストさせることができる:

グループの最初のセルだけを表示する:

グループの2番目のセルだけを表示する:

最初と最後のセルだけを表示する:

考えられる問題  (1)

デフォルトで,ノートブックはCellGroup構造を無視する自動グループ化を使う:

Wolfram Research (2007), CellGroup, Wolfram言語関数, https://reference.wolfram.com/language/ref/CellGroup.html.

テキスト

Wolfram Research (2007), CellGroup, Wolfram言語関数, https://reference.wolfram.com/language/ref/CellGroup.html.

CMS

Wolfram Language. 2007. "CellGroup." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CellGroup.html.

APA

Wolfram Language. (2007). CellGroup. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CellGroup.html

BibTeX

@misc{reference.wolfram_2024_cellgroup, author="Wolfram Research", title="{CellGroup}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/CellGroup.html}", note=[Accessed: 04-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_cellgroup, organization={Wolfram Research}, title={CellGroup}, year={2007}, url={https://reference.wolfram.com/language/ref/CellGroup.html}, note=[Accessed: 04-November-2024 ]}