RowBox

RowBox[{box1,box2,}]

is a low-level box construct that represents a row of boxes or strings in a notebook expression.

Details

  • RowBox is generated by functions like Row. Except for low-level notebook expression manipulation, RowBox should not need to be used directly.
  • RowBox objects are generated automatically to correspond to each operator and its operands in input given as \(input\).
  • The default arrangement of RowBox objects in \(input\) is based on operator precedence. Additional \(\) can be inserted like parentheses to specify different arrangements of RowBox objects.
  • The boxes or strings in a RowBox are output in a row with their baselines aligned.
  • In InputForm, RowBox objects are output using \(\).
  • In StandardForm, explicit RowBox objects are output literally. You can use DisplayForm to see the display form of such objects.

Examples

Basic Examples  (2)

Display a row of letters and plus signs:

Display a row of objects within paired brackets:

Wolfram Research (1996), RowBox, Wolfram Language function, https://reference.wolfram.com/language/ref/RowBox.html (updated 2007).

Text

Wolfram Research (1996), RowBox, Wolfram Language function, https://reference.wolfram.com/language/ref/RowBox.html (updated 2007).

CMS

Wolfram Language. 1996. "RowBox." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2007. https://reference.wolfram.com/language/ref/RowBox.html.

APA

Wolfram Language. (1996). RowBox. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RowBox.html

BibTeX

@misc{reference.wolfram_2023_rowbox, author="Wolfram Research", title="{RowBox}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/RowBox.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_rowbox, organization={Wolfram Research}, title={RowBox}, year={2007}, url={https://reference.wolfram.com/language/ref/RowBox.html}, note=[Accessed: 19-March-2024 ]}