VerticalAlignment Property
Returns or sets the vertical alignment of the specified object. Required XlVAlign.
XlVAlign can be one of these XlVAlign constants. |
xlVAlignBottom |
xlVAlignCenter
xlVAlignDistributed xlVAlignJustify xlVAlignTop |
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