New to Telerik UI for WPFStart a free 30-day trial

Describes the ExcelML vertical alignment options.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public enum ExcelMLVerticalAlignment

Fields

Automatic alignment.

C#
Automatic = 0

Bottom alignment.

C#
Bottom = 3

Center alignment.

C#
Center = 2

Distributed alignment.

C#
Distributed = 5

Justify alignment.

C#
Justify = 4

JustifyDistributed alignment.

C#
JustifyDistributed = 6

Top alignment.

C#
Top = 1