XlHAlign enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the horizontal alignment for the object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlHAlignCenter | You should access and use this enumeration from the Excel primary interop assembly (PIA). Center. | |
| xlHAlignCenterAcrossSelection | You should access and use this enumeration from the Excel primary interop assembly (PIA). Center across selection. | |
| xlHAlignDistributed | You should access and use this enumeration from the Excel primary interop assembly (PIA). Distribute. | |
| xlHAlignFill | You should access and use this enumeration from the Excel primary interop assembly (PIA). Fill. | |
| xlHAlignGeneral | You should access and use this enumeration from the Excel primary interop assembly (PIA). Align according to data type. | |
| xlHAlignJustify | You should access and use this enumeration from the Excel primary interop assembly (PIA). Justify. | |
| xlHAlignLeft | You should access and use this enumeration from the Excel primary interop assembly (PIA). Left. | |
| xlHAlignRight | You should access and use this enumeration from the Excel primary interop assembly (PIA). Right. |
Show: