SpanFromLeft is a symbol that can appear at a particular position in a Grid or related construct to indicate that the corresponding position is occupied by a spanning element ...
SpokenString[expr] gives a string of text corresponding to a spoken representation of the expression expr.
TreeForm[expr] displays expr as a tree with different levels at different depths. TreeForm[expr, n] displays expr as a tree only down to level n.
This example shows how to use a private database to store Mathematica commands and query the data from Java and Mathematica. If you find that the examples in this section do ...
Grid
(Built-in Mathematica Symbol) Grid[{{expr_11, expr_12, ...}, {expr_21, expr_22, ...}, ...}] is an object that formats with the expr_ij arranged in a two-dimensional grid.
"Calling .NET from Mathematica" describes using .NET/Link to allow you to call from Mathematica into .NET, thereby extending the Mathematica environment to include the ...
"FrontEndQuit" is a front end token that causes the front end to quit.
AddOnHelpPath is a global option that specifies which directories are searched for additional help files used within the help system.
ShowCellBracket is an option for Cell that specifies whether to display the bracket that indicates the extent of the cell.