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.v18.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the XlVerticalAlignment enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also