Expressions corresponding to notebooks. Here is a simple Mathematica notebook. Here is the expression that corresponds to this notebook.
NotebookFind[notebook, data] sets the current selection in the specified notebook object to be the next occurrence of data. NotebookFind[notebook, data, Previous] sets the ...
SQLResultSetColumnNames[rs] returns a list of {table, column} pairs for each column in a result set.
The NIntegrate Explorer is a GUI that lets you do numerical quadrature using NIntegrate. It opens a tool that lets you enter an integrand, set a region, then modify and ...
Mathematica allows full control of fonts, not only in ordinary text but also in typeset structures, graphics, and user interface elements. All features of fonts can be ...
Mathematica's scheduled tasks provide a way to set evaluation of arbitrary expressions in the future. Tasks can be scheduled for one-time evaluation, or for repeated ...
AllowGroupClose is an option for Cell that specifies whether a cell group can be closed normally.
AllowReverseGroupClose is an option for Cell that specifies whether a cell group can be reverse closed.
CellAutoOverwrite is an option for Cell which specifies whether an output cell should be overwritten by new output when the preceding input cell is evaluated.
DefaultInlineFormatType is an option for cells that specifies the format used for displaying expressions in a newly created inline cell.