is a notebook option that specifies the default style to use for cells created by automatic duplication of other cells in the notebook.
DefaultDuplicateCellStyle
is a notebook option that specifies the default style to use for cells created by automatic duplication of other cells in the notebook.
Details
- A typical default setting for DefaultDuplicateCellStyle is "Input".
- DefaultDuplicateCellStyle determines the style for new cells created from cells with CellEditDuplicate->True or CellEvaluationDuplicate->True.
Examples
Basic Examples (1)
Create a document in which "Output" cells are duplicated as "MyDuplicate" cells:
CreateDocument[ExpressionCell[2 + a, "Output"], DefaultDuplicateCellStyle -> "MyDuplicate",
StyleDefinitions -> Notebook[{Cell[StyleData["Output"], CellEditDuplicate -> True, CellEditDuplicateMakesCopy -> True, CellMargins -> {{66, 10}, {10, 5}}], Cell[StyleData["MyDuplicate"], CellEditDuplicate -> False, CellMargins -> {{66, 10}, {10, 5}}, CellFrame -> True]}]];Position the insertion point at the end of an "Output" cell's contents:
When you type something in the cell, the Wolfram System makes a new copy in "MyDuplicate" style:
See Also
Tech Notes
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), DefaultDuplicateCellStyle, Wolfram Language function, https://reference.wolfram.com/language/ref/DefaultDuplicateCellStyle.html.
CMS
Wolfram Language. 1996. "DefaultDuplicateCellStyle." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DefaultDuplicateCellStyle.html.
APA
Wolfram Language. (1996). DefaultDuplicateCellStyle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DefaultDuplicateCellStyle.html
BibTeX
@misc{reference.wolfram_2026_defaultduplicatecellstyle, author="Wolfram Research", title="{DefaultDuplicateCellStyle}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/DefaultDuplicateCellStyle.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_defaultduplicatecellstyle, organization={Wolfram Research}, title={DefaultDuplicateCellStyle}, year={1996}, url={https://reference.wolfram.com/language/ref/DefaultDuplicateCellStyle.html}, note=[Accessed: 12-June-2026]}