Skip to main content
A newer version of this page is available. .

XlVerticalAlignment Enum

Lists values used to specify the vertical alignment of the cell content.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public enum XlVerticalAlignment

Members

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.

Related API Members

The following properties accept/return XlVerticalAlignment values:

Remarks

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