GridData.VERTICAL_ALIGN_END

Style bit for <code>new GridData(int)</code> to position the control at the bottom of the cell. Not recommended. Use <code>new GridData(int, SWT.END, bool, bool)</code> instead.

class GridData
int VERTICAL_ALIGN_END;

Meta