DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Representing Textual Forms by Boxes
Tutorials »
|
Grid
RowLines
FrameBox
GridLines
See Also »
ColumnLines
ColumnLines
is an option for the low-level function
GridBox
which specifies whether lines should be drawn between adjacent columns.
MORE INFORMATION
The default setting is
ColumnLines->
False
.
ColumnLines->{
v
12
,
v
23
,
...
}
specifies whether lines should be drawn between successive pairs of columns. The
v
ij
can be
True
or
False
.
If there are more columns than entries in the list, the last element is used repeatedly for remaining pairs of columns.
Lines can be drawn around the outside of a
GridBox
using
FrameBox
.
SEE ALSO
Grid
RowLines
FrameBox
GridLines
TUTORIALS
Representing Textual Forms by Boxes
New in 3
© 2008 Wolfram Research, Inc.