corelibraries-devexpress-dot-export-dot-xl-53b0f597.md
Lists values used to specify the vertical alignment of the cell content.
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlVerticalAlignment
Public Enum XlVerticalAlignment
| Name | Description |
|---|---|
Top |
The cell content is vertically aligned at the top.
|
| Center |
The cell content is centered vertically.
|
| Bottom |
The cell content is vertically aligned at the bottom.
|
| Justify |
The cell content is vertically justified.
|
| Distributed |
The text is vertically distributed across the cell height.
|
The following properties accept/return XlVerticalAlignment values:
The values listed by this enumeration are used by the XlCellAlignment.VerticalAlignment property.
For details on how to align data in a cell, see the How to: Align Cell Content topic.
See Also