ColumnForm::colmh
An error occurs in this example because Top is not a valid value for the second argument:
ColumnForm[{12345678, 12345, 12}, Top]This shows a valid value for the second argument in ColumnForm:
ColumnForm[{12345678, 12345, 12}, Right]