BootstrapColumnControl.setVerticalAlignment

Vertically aligns this column within its row.

Possible values are: Start - Aligns to the start (often the top) of the row. Center - Aligns to the center of the row. End - Aligns to the end (often the bottom) of the row. Example:

 controls.COLUMN1.verticalAlignment = "Start";
 controls.COLUMN1.setVerticalAlignment("Center");
 

Parameters

java.lang.String  alignment,