Show AllShow All

VerticalAlignment Property

Returns or sets the vertical alignment of the specified object. Required XlVAlign.

expression.VerticalAlignment

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

Some of these constants may not be available to you depending on the language support (U.S. English, for example) that you've selected or installed.

Example

This example centers the chart title vertically.

myChart.ChartTitle.VerticalAlignment = xlCenter