Class ExcelMLVerticalAlignment
Describes the ExcelML vertical alignment options.
Inheritance
System.Object
ExcelMLVerticalAlignment
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class ExcelMLVerticalAlignment : Enum
Fields
Automatic
Automatic alignment.
Declaration
public const ExcelMLVerticalAlignment Automatic
Field Value
ExcelMLVerticalAlignment
|
Bottom
Bottom alignment.
Declaration
public const ExcelMLVerticalAlignment Bottom
Field Value
ExcelMLVerticalAlignment
|
Center
Center alignment.
Declaration
public const ExcelMLVerticalAlignment Center
Field Value
ExcelMLVerticalAlignment
|
Distributed
Distributed alignment.
Declaration
public const ExcelMLVerticalAlignment Distributed
Field Value
ExcelMLVerticalAlignment
|
Justify
Justify alignment.
Declaration
public const ExcelMLVerticalAlignment Justify
Field Value
ExcelMLVerticalAlignment
|
JustifyDistributed
JustifyDistributed alignment.
Declaration
public const ExcelMLVerticalAlignment JustifyDistributed
Field Value
ExcelMLVerticalAlignment
|
Top
Top alignment.
Declaration
public const ExcelMLVerticalAlignment Top
Field Value
ExcelMLVerticalAlignment
|
value__
Declaration
public int value__
Field Value
System.Int32
|