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