Show Expression toggles between the expression and display forms of a cell.
Evaluator is an option for objects such as Button, Dynamic, and Cell that gives the name of the kernel to use to evaluate their contents.
NotebookClose[notebook] closes the notebook corresponding to the specified notebook object. NotebookClose[] closes the current evaluation notebook.
NotebookDelete[notebook] deletes the current selection in the notebook corresponding to the specified notebook object. NotebookDelete[] deletes the current selection in the ...
NotebookFileName[] gives the file name of the current evaluation notebook. NotebookFileName[nb] gives the file name for the notebook specified by nb.
Notebooks[] gives a list of notebooks currently open in the front end.
RecordLists is an option for ReadList that specifies whether objects from separate records should be returned in separate sublists.
SelectionEvaluate[notebook] replaces the current selection in a notebook with the result obtained by evaluating the contents of the selection in the kernel. ...
SetSystemOptions["name" -> value] resets the value for the internal system option with the specified name.
Skip
(Built-in Mathematica Symbol) Skip[stream, type] skips one object of the specified type in an input stream. Skip[stream, type, n] skips n objects of the specified type.