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 客户端使用