|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SelectedCells
SelectedCells[notebook]
returns a list of CellObject expressions corresponding to the currently selected cells in notebook.
SelectedCells[]
returns the currently selected cells in the notebook in which this function is being evaluated.
DetailsDetails
- If no cells are selected, SelectedCells returns an empty list.
- If the selection is inside of a cell, SelectedCells returns the cell containing the selection.
- SelectedCells[notebook] is equivalent to Cells[NotebookSelection[notebook]].
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

