VerticalAlignmentValues enumeration
Office 2013 and later
Vertical Alignment Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Top | Align Top. When the item is serialized out as xml, its value is "top". | |
| Center | Centered Vertical Alignment. When the item is serialized out as xml, its value is "center". | |
| Bottom | Aligned To Bottom. When the item is serialized out as xml, its value is "bottom". | |
| Justify | Justified Vertically. When the item is serialized out as xml, its value is "justify". | |
| Distributed | Distributed Vertical Alignment. When the item is serialized out as xml, its value is "distributed". |
Show: