RowLines
Beschikbaar
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}]] Alle 6300 functies ·
Gebruik dit vanuit een MCP-client