Column
Wolfram Kernel
Column[{object1, object2, ...}]shows the list of any Wolfram Expressions in a single column acting as a decoration.
Column[{1, 12, 123, 1234}, Center]Column[{1, 22, 333}, Dividers -> All]Use Deploy to make the content uneditable and non-selectable
Options
Dividers
Draws dividers between the elements of the column. Use All or a list to control individual dividers.
Spacings
Sets the spacing between adjacent elements.
Alignment
Aligns the elements within the column.
ImageSize
Specifies the size of the column in pixels.
BaselinePosition
Controls the vertical position of the column relative to surrounding content.