RowsEqual
Examples
Basic Examples (2)
Create a grid in which rows have different heights depending on their contents:
GridBox[{{FractionBox["x", "y"], "0"}, {"0", "0"}}, RowsEqual -> False, GridBoxDividers -> {"Rows" -> {{True}}, "Columns" -> {{True}}}]//DisplayFormCreate a grid in which all rows are the same size:
GridBox[{{FractionBox["x", "y"], "0"}, {"0", "0"}}, RowsEqual -> True, GridBoxDividers -> {"Rows" -> {{True}}, "Columns" -> {{True}}}]//DisplayFormRelated Workflows
- Make a Grid of Output Data
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), RowsEqual, Wolfram Language function, https://reference.wolfram.com/language/ref/RowsEqual.html.
CMS
Wolfram Language. 1996. "RowsEqual." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RowsEqual.html.
APA
Wolfram Language. (1996). RowsEqual. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RowsEqual.html
BibTeX
@misc{reference.wolfram_2026_rowsequal, author="Wolfram Research", title="{RowsEqual}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/RowsEqual.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_rowsequal, organization={Wolfram Research}, title={RowsEqual}, year={1996}, url={https://reference.wolfram.com/language/ref/RowsEqual.html}, note=[Accessed: 12-June-2026]}