MsoHAlign Enumeration
Specifies the horizontal alignment for the object.
| Name | Value | Description |
|---|---|---|
| xlHAlignCenter | -4108 | Specifies a center alignment. |
| xlHAlignCenterAcrossSelection | 7 | Specifies aligning the object in the center across the selection. |
| xlHAlignDistributed | -4117 | Specifies distributing the object across the selection. |
| xlHAlignFill | 5 | Specifies aligning the object to fill the selection. |
| xlHAlignGeneral | 1 | Specifies aligning the object according to its data type. |
| xlHAlignJustify | -4130 | The object is justified to both edges of the selection. |
| xlHAlignLeft | -4131 | Specifies aligning the object to the left edge. |
| xlHAlignRight | -4152 | Specifies aligning the object to the right edge. |