Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SpreadsheetVerticalAlignment Enum

Lists the values used to specify vertical alignment of data within a cell.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum SpreadsheetVerticalAlignment

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.

Remarks

The SpreadsheetVerticalAlignment enumerator members are used to set the Alignment.Vertical property.

For details on how to align data within cells, see the How to: Align Cell Content topic.

See Also