|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ColumnWidths
ColumnWidths
is an option for the low-level function GridBox which specifies the widths to use for columns.
DetailsDetails
- The following settings can be given:
-
All wide enough to fit without breaking lines Automatic available width divided automatically among columns Scaled[s] fraction s of the available width n n ems in the current font {w1,w2,...} width specification
for column i - With ColumnWidths->{w1, w2, ..., wn}, the specification
is effectively taken to be repeated if there are more than n columns. - With ColumnWidths->Automatic, a particular column will never use more width than its widest element.
- An explicit setting for ColumnWidths overrides ColumnsEqual->True.
New in 3 | Last modified in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



