DisplayUnitLabel.VerticalAlignment Property

Excel Developer Reference

Returns or sets a Variant value that represents the vertical alignment of the specified object.

Syntax

expression.VerticalAlignment

expression   A variable that represents a DisplayUnitLabel object.

Remarks

The value of this property can be set to one of the following constants:

xlBottom
xlCenter
xlDistributed
xlJustify
xlTop

See Also