PreviousCell

PreviousCell[]

返回对应于当前计算单元正上方的单元的 CellObject.

PreviousCell[cellobj]

开始从给定单元查看.

PreviousCell[NotebookSelection[nbobj]]

从最上面的选定项目开始查找.

更多信息和选项

  • PreviousCell 的计算不会导致选择或者插入点改变位置.
  • 如果要求的单元不可用或到达笔记本顶部,PreviousCell 将返回 None.
  • 通过指定以下一个或多个选项,PreviousCell 返回参考点之前与给定条件匹配的的第一个单元:
  • CellID要匹配的单元的 ID
    CellLabel要匹配的 In/Out 标签字符串
    CellStyle要匹配的已命名的单元样式
    CellTags要匹配的单元标签
    Evaluator与指定运算器匹配的单元
    GeneratedCell如果为 True,只匹配生成的输出单元,如果为 False,只匹配非生成的单元
  • 内嵌单元的 PreviousCell[cellobj] 将返回同一单元内上一个内嵌单元. 不管当前是否选择了内嵌单元,PreviousCell[NotebookSelection[nbobj]] 都将始终返回前一个普通单元.

范例

基本范例  (3)

获取前面单元的 CellObject

把该标题单元读入内核:

这个笔记本中该点之上没有 "Section" 样式单元:

Wolfram Research (2014),PreviousCell,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PreviousCell.html (更新于 2020 年).

文本

Wolfram Research (2014),PreviousCell,Wolfram 语言函数,https://reference.wolfram.com/language/ref/PreviousCell.html (更新于 2020 年).

CMS

Wolfram 语言. 2014. "PreviousCell." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2020. https://reference.wolfram.com/language/ref/PreviousCell.html.

APA

Wolfram 语言. (2014). PreviousCell. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/PreviousCell.html 年

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_previouscell, organization={Wolfram Research}, title={PreviousCell}, year={2020}, url={https://reference.wolfram.com/language/ref/PreviousCell.html}, note=[Accessed: 17-November-2024 ]}