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 क्लाइंट से उपयोग करें