Qurak

RowLines

Available

option for grid formatting row lines

RowLines
GridBox[{{"a", "A"}, {"b", "B"}, {"c", "C"}}, RowLines -> True]//DisplayForm → DisplayForm[GridBox[{{a, A}, {b, B}, {c, C}}, RowLines -> True]]GridBox[{{"a", "A"}, {"b", "B"}, {"c", "C"}}, RowLines -> {True, False}]//DisplayForm → DisplayForm[GridBox[{{a, A}, {b, B}, {c, C}}, RowLines -> {True, False}]]

Related

All 6300 functions · Use this from an MCP client