Qurak

RowSpacings

可用

option for row spacing in grids

RowSpacings
GridBox[{{"a", "b"}, {"c", "d"}, {"e", "f"}}, RowSpacings -> 2]//DisplayForm → DisplayForm[GridBox[{{a, b}, {c, d}, {e, f}}, RowSpacings -> 2]]GridBox[{{"a", "b"}, {"c", "d"}, {"e", "f"}}, RowSpacings -> {2, 5}]//DisplayForm → DisplayForm[GridBox[{{a, b}, {c, d}, {e, f}}, RowSpacings -> {2, 5}]]

相关

全部 6300 个函数 · 从 MCP 客户端使用