Qurak

RowLines

利用可能

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}]]

関連

全 6300 関数 · MCPクライアントから使う