CellFormat.HorizontalAlignment Property (Excel)

Returns or sets a Variant value that represents the horizontal alignment for the specified object.

Syntax

expression .HorizontalAlignment

expression A variable that represents a CellFormat object.

Remarks

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

xlCenter

xlDistributed

xlJustify

xlLeft

xlRight

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.

See Also

Concepts

CellFormat Object

CellFormat Object Members