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-клієнта