XlVAlign enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Specifies the vertical alignment for the object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlVAlignBottom | You should access and use this enumeration from the Excel primary interop assembly (PIA). Bottom | |
| xlVAlignCenter | You should access and use this enumeration from the Excel primary interop assembly (PIA). Center | |
| xlVAlignDistributed | You should access and use this enumeration from the Excel primary interop assembly (PIA). Distributed | |
| xlVAlignJustify | You should access and use this enumeration from the Excel primary interop assembly (PIA). Justify | |
| xlVAlignTop | You should access and use this enumeration from the Excel primary interop assembly (PIA). Top |
Show: