RowLines
Details
- The default setting is RowLines->False.
- RowLines->{v12,v23,…} specifies whether lines should be drawn between successive pairs of rows. The vij 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.
Examples
Basic Examples (2)
Use lines between each row and the next:
GridBox[{{"a", "A"}, {"b", "B"}, {"c", "C"}}, RowLines -> True]//DisplayFormUse a line between the first and second rows but not between the second and third rows:
GridBox[{{"a", "A"}, {"b", "B"}, {"c", "C"}}, RowLines -> {True, False}]//DisplayFormSee Also
Tech Notes
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), RowLines, Wolfram Language function, https://reference.wolfram.com/language/ref/RowLines.html.
CMS
Wolfram Language. 1996. "RowLines." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RowLines.html.
APA
Wolfram Language. (1996). RowLines. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RowLines.html
BibTeX
@misc{reference.wolfram_2026_rowlines, author="Wolfram Research", title="{RowLines}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/RowLines.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_rowlines, organization={Wolfram Research}, title={RowLines}, year={1996}, url={https://reference.wolfram.com/language/ref/RowLines.html}, note=[Accessed: 13-June-2026]}