Describes the ExcelML horizontal alignment options.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum ExcelMLHorizontalAlignment
Fields
Automatic alignment.
C#
Automatic = 0
Center alignment.
C#
Center = 2
CenterAcrossSelection alignment.
C#
CenterAcrossSelection = 6
Distributed alignment.
C#
Distributed = 7
Fill alignment.
C#
Fill = 4
Justify alignment.
C#
Justify = 5
JustifyDistributed alignment.
C#
JustifyDistributed = 8
Left alignment.
C#
Left = 1
Right alignment.
C#
Right = 3