HorizontalAlignment Property
Returns or sets the horizontal alignment for the specified object. Read/write XlHAlign.
XlHAlign can be one of these XlHAlign constants. |
xlHAlignCenter |
xlHAlignCenterAcrossSelection
xlHAlignDistributed xlHAlignFill xlHAlignGeneral xlHAlignJustify xlHAlignLeft xlHAlignRight |
expression.HorizontalAlignment
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.
myChart.ChartTitle.HorizontalAlignment = xlCenter