is an option for Cell that specifies whether to display tags for a cell.
ShowCellTags
is an option for Cell that specifies whether to display tags for a cell.
Details
- ShowCellTags is more often set for styles of cells than for individual cells.
Examples
Basic Examples (2)
Create two tagged cells, one with the tag showing, the other with the tag hidden:
CellPrint[{TextCell["text 1", "Text", CellTags -> "t1", ShowCellTags -> True], TextCell["text 2", "Text", CellTags -> "t2", ShowCellTags -> False]}]A hidden tag can still be used to locate a cell:
NotebookLocate["t2"];SelectionMove[EvaluationNotebook[], All, CellContents];NotebookRead[EvaluationNotebook[]]See Also
Tech Notes
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), ShowCellTags, Wolfram Language function, https://reference.wolfram.com/language/ref/ShowCellTags.html.
CMS
Wolfram Language. 1996. "ShowCellTags." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ShowCellTags.html.
APA
Wolfram Language. (1996). ShowCellTags. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ShowCellTags.html
BibTeX
@misc{reference.wolfram_2026_showcelltags, author="Wolfram Research", title="{ShowCellTags}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/ShowCellTags.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_showcelltags, organization={Wolfram Research}, title={ShowCellTags}, year={1996}, url={https://reference.wolfram.com/language/ref/ShowCellTags.html}, note=[Accessed: 15-June-2026]}