|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
SelectionMove[obj, dir, unit]
moves the current selection in an open notebook in the front end in the direction dir by the specified unit.
SelectionMove[obj, dir, unit, n]
repeats the move n times.
Details and OptionsDetails and Options
- The first argument of SelectionMove can be a NotebookObject or a CellObject.
- Possible direction specifications are:
-
Next make the selection be the next unit of the specified type Previous make the selection be the previous unit of the specified type After make the selection be just after the end of the present unit Before make the selection be just before the beginning of the present unit All make the selection be the whole of the present unit - Possible unit specifications are:
-
Character individual character Word word or other token Expression complete subexpression TextLine line of text GraphicsContents the contents of a graphics object Graphics complete graphics object CellContents the contents of a cell Cell complete cell CellGroup cell group GeneratedCell cell generated by the current evaluation Notebook complete notebook - Unless the option setting AutoScroll->False is given, the front end will scroll a notebook so that the result of SelectionMove is visible. »
- The front end will also usually highlight the region corresponding to the result.
- With direction specifications
and
, SelectionMove will usually make the current selection be an insertion point between two units of the specified type. » - SelectionMove returns $Failed if it cannot move the selection in the way you request.
- A GeneratedCell corresponds to an element of the output.
New in 3 | Last modified in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


