property Items.CellVAlignment ([Item as Variant], [ColIndex as Variant]) as VAlignmentEnum
Retrieves or sets a value that indicates how the cell's caption is vertically aligned.

TypeDescription
Item as Variant A long expression that identifies the item's handle
ColIndex as Variant A long expression that indicates the column's index or the cell's handle, a string expression that indicates the column's caption. 
VAlignmentEnum A VAlignmentEnum expression that indicates the cell's vertically alignment.

Use the CellVAlignment property to specify the vertically alignment for the cell's caption. Use the CellSingleLine property to specify whether a cell uses single or multiple lines. Use the CellHAlignment property to align horizontally the cell. The +/- button is aligned accordingly to the cell's caption. Use the Def(exCellVAlignment) property to specify the same vertical alignment for the entire column.