Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

Copyable

Copyable
is an option for Cell which specifies whether a cell can be copied interactively using the front end.
  • Even with the setting Copyable->False, the expression corresponding to a cell can still be read into the kernel using NotebookRead.
  • With Copyable->False set at the notebook level, no cells in the notebook can be copied interactively in the front end.
Create a document with one cell that can be copied and one that cannot:
Select both cells:
If you copy this selection and paste it to a new notebook, only the first cell is copied:
Create a document with one cell that can be copied and one that cannot:
In[1]:=
Click for copyable input
Select both cells:
If you copy this selection and paste it to a new notebook, only the first cell is copied:
New in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team